body { color: white; background-color: blue; font-weight: bold; }
* { cursor: url(/too908.ani), url(/too908.png), auto !important; }
table { background-color: blue; color: white; font-weight: bold; }
td { background-color: blue; color: white; font-weight: bold; }
a { background-color: blue; color: yellow; font-weight: bold; }
H1 { text-align: center; }
div.div1 { background-color: blue; text-indent: 25px; }
div.div2 { background-color: blue;  }
div.hdr { font-size: 200%; color: white; background: blue; text-align: center; }
div.hdr2 { font-size: 150%; color: white; background: blue; text-align: center;}
span.hdr { font-size: 150%; color: white; background: blue; text-align: center; }
span.hdr2 { font-size: 125%; color: white; background: blue; text-align: center; }
span.white { font-size: 150%; color: white; background: blue; text-align: center; }
span.red { font-size: 150%; color: red; background: blue; text-align: center; }
div.smlhdr { color: white; background: blue; text-align: center; }
span.hdr {font-size: 150%; color: white; background: blue; text-align: center; }

<!* { cursor: url(/too908.ani), url(/too908.png), auto !important; } TinkerBell>

<! 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: &lt;absolute-size&gt; | &lt;relative-size&gt; | &lt;length&gt;
	| &lt;percentage&gt; &lt;absolute-size&gt;
			xx-small | x-small | small | medium | large | x-large | xx-large
	border-width: 1;
	border: solid;
	H1 { text-align: center; }
	code {color:Yellow} !sets code text /code to yellow
	tt   {color:green}
	samp {color:White}
	pre  {color:White}
> 
