a:link    { color: blue; text-decoration: none; background-color: transparent }
a:visited   { color: #00f; text-decoration: none }
h1   {
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	border: #fff
}
h2   {
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	border: #fff
}
a:hover {
	color: red;
	text-decoration: underline;
	background-color: #CCCCCC;
}

p  { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
body { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
td { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
