body {
	background-color: white;
	color: #5e5e5e;
	font-family: Arial;
	font-size: small;

}

h1
{
	font-family: arial, verdana, sans-serif;
	color: #005c96;
	font-weight: bold;
	font-size: small;
}

p
{
	font-weight: normal;
	font-family: Arial, verdana, sans-serif;
	font-size: 10 px;
	color: #5e5e5e;
	font-size: small;
}

A {
	text-decoration: none;
	font-weight: bold;
	}
A:link {
	color: #274C81;
	text-decoration: none;
	}
A:visited {
	color: #274C81;
	text-decoration: none;
	}
A:active {
	color: #274C81; 
	text-decoration: none;
	}

A:hover {
	color: #000000;
	
	}