/* 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} 

a:link     {color:blue}
a:visited  {color:purple}
a:hover    {color:red}
a:active   {color:green}


.crinkle, .crinkle TD, .crinkle TH 
{background-image: url('crinkle.jpg');}


