BODY {

	color: #000000;
	background-color: #ffffff;
	font-family:  Verdana, Arial, Sans Serif;
}

H1 {
	color: #0076BF;
	font-weight: bold;
	font-size: 14px;
	font-family:  Verdana, Arial, Sans Serif;
	text-align: center;
}
H2 {
	color: #0076BF;
	font-weight: bold;
	font-size: 12px;
	font-family:  Verdana, Arial, Sans Serif;
	text-align: center;
	line-height: 18px;
}

P {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	font-family:  Verdana, Arial, Sans Serif;
	color: blue;
	text-align: center;
}

A {
	text-decoration: underline;
	color: #003F80;
	text-align: center;
}

A:Hover {
	text-decoration: none;
	color: #3163CE;
}
