/* basic.css - 

As simple and plain as can be. No one oohs and ahhs at format, any more than anyone 
leaves an opera whistling the scenery;  brilliant metaphors, taut, gripping prose, 
and, above all - data they can use - is the key. 

Black text, off-white background. Blue links, too. Plain and simple.  After what I said 
in whyfont.html, I couldn't set the font, even though I like Arial; it isn't about
me, as they say.

*/

body {color: #000000; background-color: #fffff0}

a:link     {color:#0000ff} /* Blue */
a:visited  {color:#800080} /* Purple */ 
a:hover    {color:#ff0000} /* Red */ 
a:active   {color:#009900} /* Green */ 

/* trick - vline.gif is an 8 pixel-wide white box with 2 pixel vertical blue 
   line in the middle. If I use it as the background for a 1% nbsp cell in 
   the navigation bar, it goes all the way to the bottom.
*/

<!-- 
.vline, .vline TD, .vline TH 
{ background-image: url('vline.gif'); }
-->
