/* 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:#ffffff}

body, p, td {font-family:arial,sans-serif}

/* Margin px are top, right, bottom, left */

h1 {font-family:arial,sans-serif; margin:00px 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} 

/* This reduces the space above a list. */

UL.tight { margin: 0;}

/* Solid red lines */

table.bottom_red
{
border-style:solid;
border-top-width:0px;
border-right-width:0px;
border-bottom-width:2px;
border-left-width:0px;
border-color:#ff0000;
}

td.right_red
{
border-style:solid;
border-top-width:0px;
border-right-width:2px;
border-bottom-width:0px;
border-left-width:0px;
border-color:#ff0000;
}
