/* CSS Document */


body
{
	background-attachment:fixed;
	background-position: center;
}

p{
	font-family: Arial;
	font-weight: normal;
	color: #002C27;
	text-align:block;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0px;
	margin-top:0px;
	
}


A:hover {
	color: #800000;

}