
body {
	color : #00007D;
	font-family: Arial, Helvetica, sans-serif;
	background-color : #E7E7E7;
	height : 14px;
	background-image : url("images/WATER02.jpg");
}

A {
	text-decoration : none;
	color : Blue;
}
A:HOVER {
	color : Yellow;
}
A:ACTIVE {
	color : Red;
}

td, p, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
	}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	height : 18px;
	color : #000000;
}

HR {
	color : #00007D;
}



