BODY {
	bgcolor: white;
	background: url(pictures/bg_blue3.jpg); 
	color: #369; 
	font-family: "Comic Sans MS", Verdana,Arial, san-serif;
    	margin-left: 65px;
  	
 }
 
A, A:LINK {color: #6600CC ; text-decoration: underline;}
A:Hover {text-decoration: underline; color: #CC00FF ;}
A:Visited {text-decoration: underline; color: #CC3399;}	
A:ACTIVE {text-decoration: none; color: #CC00FF;}

H1, H2, H3, H4, H5{
	background-color: white;
	color:#369; 
	text-transform: uppercase; 
	font-family: Verdana, Arial, san-serif; 
	text-align: center;
}

P, LI, TD {
  font-family: Verdana, Arial, san-serif;
   font-size: 8pt;
  color: #369;
}

DIV.mycenter {
	text-align: center;
}

P.break { page-break-after: always } 
	
