address, blockquote, body, div, dl, h1, h2, h3, h4, h5, h6, ol, p, pre, span, th, td, ul {
 font-family: arial, helvetica, sans-serif;
 }
 
ADDRESS, BLOCKQUOTE, BODY, DIV, DL, OL, P, PRE, SPAN, TH, TD, UL {
 font-size: 14px;
 }
 
a:link, a:visited {
	color: #550000;
	text-decoration: underline;
	}
 
a:link:hover, a:link:visited:hover {
    color: #F71414;
    background-color: #000033;
    text-decoration: underline;
    }
	
a.leftnav:link, a.leftnav:visited {
   font-size: 13px;
   color: white;
	text-decoration: none;
	}
	
a.leftnav:link:hover, a.leftnav:visited:hover {
   font-size: 13px;
   color: #000066;
   background-color: white;
   text-decoration: underline;
	}
	
a.nostyle:link, a.nostyle:visited {
	background-color: #000033;
	text-decoration: none;
	}
 
a.nostyle:link:hover, a.nostyle:link:visited:hover {
    background-color: #000033;
    text-decoration: none;
    } 
	
body {
	background-image: url('images/cloudsbg.gif');
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0
	}
	
h1 {
	font-size: 40px;
	color: #000066;
	}
	
h2 {
	font-size: 30px;
	color: #000066;
	}
	
h3 {
	font-size: 24px;
	color: #000066;
	}
	
h4	{
	font-size: 16px;
	color: #000066;
	}
	
p.left {
	color: white;
	margin-top: 4;
	margin-bottom: 4;
	}