/* 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. (fffff0 is ivory, but some browsers don't support 
words.) Blue links, too. Plain and simple.

*/

body {color: #000000; background-color: #fffff0}

body, p, td {font-family:arial,sans-serif}

/* Real men use the hex color values to confuse the muggles. */

a:link     {color:#0000ff} 
a:visited  {color:#800080} 
a:hover    {color:#ff0000} 
a:active   {color:#009900} 


/* This is a 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('images/vline.gif'); }
-->

