a:link{
	font-family: Verdana;
	font-size: 10px;
	color : Lime;
	font-weight: bold;
	text-decoration : none;
}
a:active{
	font-family: Verdana;
	font-size: 10px;
	color : White;
	font-weight: bold;
}
a:visited{
	font-family: Verdana;
	font-size: 10px;
	color : Yellow;
	font-weight: bold;
	text-decoration : none;
}
a:hover{
	color: Lime;
	text-decoration : none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
P {
	font-family: Verdana;
	font-size : 10px;
	color : Lime;
	font-weight : bold;
}
H1 {
	font-family: Verdana;
	font-size : 24px;
	color : Navy;
	font-weight : bold;
}

H2 {
	font-family: Verdana;
	font-size : 20px;
	color : #004000;
	font-weight : bold;
}
H3 {
	font-family: Verdana;
	font-size : 20px;
	color : Navy;
	font-weight : bold;
}

H4 {
	font-family: Verdana;
	font-size : 14px;
	color : Navy;
	font-weight : bold;
}

H5 {
	font-family: Verdana;
	font-size : 14px;
	color : Green;
	font-weight : bold;
}

H6 {
	font-family: Arial;
	font-size : 10px;
	color : Navy;
	font-weight : bold;
}






