BODY  {
	background-color: white;
}

BODY, A, P, DIV, TD   {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}


H1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #00a8e6;
	text-align: left;
}

A, A:visited, A:active  {
	color: #00a8e6;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}

A:hover  {
	color: #ef6a00;
}

