* { color: white; background: blue; font-weight: bold; font-size: large; tab-size: 4;  }
body { color: white; background: blue; font-weight: bold;  tab-size: 4; } 
A { color: yellow; font-weight: bold; font-size: x-large; }
div.div1  { background: #EBCB86; text-indent: 25px; }
div.div2 { background: #EBCB86;  }

TABLE { background-color: blue; text: white; font-style: bold; }
td { color: white; font-size: large; font-weight: bold; }
li { color: white; font-size: large; font-weight: bold; }
p { color: white; FONt-size: large; font-weight: bold; }
p.indent { text-indent: 2.0em; }

<! STYLE Attributes:
	BACKGROUND: Blue;
	TEXT: color;
	COLOR: color; ???
	TEXT-ALIGN: Justify;
	FONT-VARIANT: Small-Caps;
	FONT-weight: Bold(B), Italic(I)
	?? Teletype text(TT), Big, Small, Underlined(U)
	P { font-family: "New Century Schoolbook", Times, serif }
	font-size: <absolute-size> | <relative-size> | <length> | <percentage>
		<absolute-size>
			xx-small | x-small | small | medium | large | x-large | xx-large
	BORDER-WIDTH: 1;
	BORDER: Solid;
	code {color:Yellow} <!sets CODE text /CODE to Yellow
	tt   {color:green}
	samp {color:White}
	pre  {color:White}
> 
