A:hover { COLOR: red }

body {link : blue;
	alink : red;
	vlink : purple;
	font-size : medium;
	font-family : Times New Roman, Arial, serif;
	color : #000000;
	margin : 10;}
	
 H1 {font-weight : normal;
   	font-size : 200% ;
	font-family : Times New Roman, Arial, serif;
	color : #0000FF;
    margin-top: 0px;
    margin-bottom : 0px;}

H2 {font-weight : normal ;
    font-size : 150% ;
	font-family : Times New Roman, Arial, serif;
	color : #006633;
    margin-top: 0px;
    margin-bottom: 0px;}
    
H3 {font-weight : normal;
   	font-size : 115% ;
	font-family : Times New Roman, Arial, serif;
    color : #006633;
    margin-top: 0px;
    margin-bottom: 0px;}
    
H4 {font-weight : normal;
   	font-size : 100% ;
	font-family : Times New Roman, Arial, serif;
	color : #006633;
    margin-top: 0px;
    margin-bottom: 0px;}
	
H5 {font-weight : normal;
   	font-size : 70% ;
	font-family : Times New Roman, Arial, serif;
	color : #006633;
    margin-top: 0px;
    margin-bottom: 0px;}

span.green {
	color: Green;
}
span.red {
	color: Red;
}
span.blue {
	color: Blue;
}
span.text {
	font-size: small;
	font-weight: normal;
}
table {
	background-color : #FFFFCC;
}


