/* 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. 
*/

/* Real men use the hex color values to confuse the muggles. */

body {color: #000000; background-color: #fffff0}

body, p, td {font-family:arial,sans-serif}

/* Margin px are top, right, bottom, left */

h1 {font-family:arial,sans-serif; margin:12px 0px 3px 0px} 
h2 {font-family:arial,sans-serif; margin:00px 0px 3px 0px} 
h3 {font-family:arial,sans-serif; margin:06px 0px 3px 0px} 
h4 {font-family:arial,sans-serif} 
h5 {font-family:arial,sans-serif} 
h6 {font-family:arial,sans-serif} 

a:link     {color:#0000ff} 
a:visited  {color:#800080} 
a:hover    {color:#ff0000} 
a:active   {color:#009900} 


/* 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 }

/* This reduces the space above a list. */

UL.tight {margin: 0;}

/* Put a colored line on the bottom edge of the navigation bar & meat table */

table.bottom_blue
{border-style:solid;
 border-top-width:0px;
 border-right-width:0px;
 border-bottom-width:2px;
 border-left-width:0px;
 border-color:blue;}

table.top_bottom_blue
{border-style:solid;
 border-top-width:2px;
 border-right-width:0px;
 border-bottom-width:2px;
 border-left-width:0px;
 border-color:blue;}

table.bottom_green
{border-style:solid;
 border-top-width:0px;
 border-right-width:0px;
 border-bottom-width:2px;
 border-left-width:0px;
 border-color:green;}

table.bottom_red
{border-style:solid;
 border-top-width:0px;
 border-right-width:0px;
 border-bottom-width:2px;
 border-left-width:0px;
 border-color:red;}


/* Put a colored line on the right-hand edge of the navigation bar */

td.right_blue
{border-style:solid;
 border-top-width:0px;
 border-right-width:2px;
 border-bottom-width:0px;
 border-left-width:0px;
 border-color:blue;}

td.right_green
{border-style:solid;
 border-top-width:0px;
 border-right-width:2px;
 border-bottom-width:0px;
 border-left-width:0px;
 border-color:green;}

td.right_red
{border-style:solid;
 border-top-width:0px;
 border-right-width:2px;
 border-bottom-width:0px;
 border-left-width:0px;
 border-color:red;}

td.all_black
{
border-style:solid;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-color:black;
}


