a:link{
	font-family: Verdana;
	font-size: 11px;
	color : Green;
	font-weight: bold;
	text-decoration : none;
}
a:active{
	font-family: Verdana;
	font-size: 11px;
	color : Red;
	font-weight: bold;
}
a:visited{
	font-family: Verdana;
	font-size: 11px;
	color : Purple;
	font-weight: bold;
	text-decoration : none;
}
a:hover{
	color: Red;
	text-decoration : underline;
}
P {
	font-family: Verdana;
	font-size : 11px;
	color : Navy;
	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;
}

BODY {
	background-image : url("http://water-tanks.us/h2ofade.jpg");
}




