﻿BODY {
	color: #282828;
	background-color: White;
	font-family: "Arial";
	font-size: 12pt;
	text-align: left
}
H1
{
font-size: 12pt;
font-weight: bolder;
color: #282828;
background: White;
}
A {
	background: transparent;
	font-size: x-small;
	color: white;
	text-decoration: none;
}

A:HOVER {
	background: transparent;
	font-size: 10pt;
	color: #e2e2e2;
	text-decoration: none;
}