


A:ACTIVE {
	font-family: arial;
	font-size : 14px;
	color : black;
	text-decoration : none;
	font-weight : bolder;
}
	
A:VISITED {
	text-decoration : none;
	color : black;
	font-family : Verdana;
	font-size : 14px;
	font-weight : bolder;
}
	
A:HOVER {
	text-decoration : none;
	color :red;
	font-family : verdana;
	font-size : 14px;
	font-weight : bolder;
}
A:LINK {
	text-decoration : none;
	color : black;
	font-family : verdana;
	font-size : 14px;
	font-weight : bolder;
}



BODY {
	background-color : #C4C4C4;
}






 P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Black;
	line-height: 130%;
}
