BODY { 
   background: White; 
   color: Black; 
   font-size : 10px;
   font-family: Arial, Helvetica, sans-serif;
   } 
P { 
   color: black;
   font-size : 10px;
   font-family: Arial, Helvetica, sans-serif;
}
P.link {
	color : Black;
	font-size : 15px;
}
A {
	color: #3A2E8E;
}
A:VISITED {
	color: Black
}
A:ACTIVE {
	Color: Red
}

