BODY {
	color: #333333;
	background-color: White;
	font-family: "Arial",MS Sans Serif , sans-serif;
	font-size: 12pt;
	text-align: left;
}
H1
{
font-size: 12pt;
font-weight: bolder;
color: #282828;
background: White;
}
A {
	background: transparent;
	font-size: 12pt;
	color: Blue;
	text-decoration: none;
}

A:HOVER {
	background: transparent;
	font-size: 12pt;
	color: Red;
	text-decoration: none;
}
