body         {
	background-color: White;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: Red;
	margin-left: 10px;
	margin-top: 0px;
	
}
A:ACTIVE {
	font-family: Arial;
	color : #FFFF00;
}

A:VISITED {
	font-family: Arial;
	color : Red;
}

A:LINK {
	font-family: Arial;
	color : #FF0000;
}

A:HOVER {
	font-family: Arial;
	color : Blue;
}

.H1          { font-family: "Courier New", Courier, monospace; font-size: 16pt; color: White; 
               text-align: center; 
               background-color : Red;
               font-weight : bold;
}
.H2          { font-family: "Courier New", Courier, monospace; font-size: 14pt; color: White; 
               text-align: center;  
               background-color : Red;
 }
p            {
	color: Red;
}

.C           { text-align: center; color: #FF0000; font-family: Arial; font-size: 10pt }
