.home_body {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: small;
}

.home_head {
	color: #0083D7;
	font-family: Arial, Helvetica;
	font-size: small;
	
}

a:link {
	color: #0083D7;
	text-decoration: underline;
}

a:active {
	color: #002C6E;
	text-decoration: underline;
}

a:hover {
	color: #002C6E;
	text-decoration: underline;
}

a:visited {
	color: #0083D7;
	text-decoration: underline;
}