BODY {
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	background-color : #3979A5; 	
}
H1
{
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #FF0059;	
}

.Header
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	background-color: #FFF3F7;
}
.Header a, .Header a:visited {
	color: #3979A5;
	text-decoration: underline;
}

.Header a:active , .Header a:hover  {
	color: #FF0059;
	text-decoration: none;
}
.Body
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
.Body a, .Body a:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #3979A5;
	text-decoration: underline;
}

.Body a:active , .Body a:hover  {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FF0059;
	text-decoration: none;
}