/* 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, white background, Arial font. Plain and simple.

*/

body {color: black; background-color: white}

body, p, td {font-family:arial,sans-serif}

h1 {font-family:arial,sans-serif} 
h2 {font-family:arial,sans-serif} 
h3 {font-family:arial,sans-serif} 
h4 {font-family:arial,sans-serif} 
h5 {font-family:arial,sans-serif} 
h6 {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} 

/* 

Here's a trick - the vline.gif files are an 8 pixel-wide white box with 
a 2 pixel vertical colored 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_blu, .vline_blu TD, .vline_blu TH 
{ background-image: url('vline_blu.gif'); }

.vline_grn, .vline_grn TD, .vline_grn TH 
{ background-image: url('vline_grn.gif'); }

.vline_red, .vline_red TD, .vline_red TH 
{ background-image: url('vline_red.gif'); }

/* Lists with upper case and lower case letters */

OL.multchoice { list-style-type: lower-alpha; margin-top: -2px;}
OL.lowercase  { list-style-type: lower-alpha }
OL.uppercase  { list-style-type: upper-alpha }

-->

