
A {
	font-weight:normal;
	text-decoration:underline;
	color: "#770000";
	}
	
A:VISITED { 
	color: "#cc3333";
	font-weight:bold;
	}
	
A:HOVER { 
	color: "#cc3333";
	font-weight:bold;
	}
	
A:active { 
	color: "#cc3333";
	font-weight:bold;
	}


BODY {
	background-color: #ffffcc;
	background-image: none;
	margin-left	: 0; 
	margin-top	: 0; 
	margin-right	: 0; 
	margin-bottom	: 0;   
      	font-size	: 10pt;
      	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color		: "#770000";
    	}
	
H1 {
  	font-size: 24pt;
    	}
	
H2 {
	font-size: 20pt;
    	}
	
H6 {
	font-size: 8pt;
	font-weight: normal 
    	}
	
TD {   
      	font-size: 10pt;
    	}