* { background-color:blue; color:white; }
body { font-weight:bold; font-size:large; }
a { color: yellow; background: blue; font-weight: bold; font-size: large; }
div.indent  { text-indent: 25px; }
div.indent2  { text-indent: 50px; }
div.hdr { font-size: large; font-weight: bold; }

table { font-style: bold; }
td { font-size: large; font-weight: bold; }
li { font-size: large; font-weight: bold; }
p { font-size: large; font-weight: bold; }

<! 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}
> 
