body    {
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: center;
}
b { font-weight: bold }
i { font-style: italic }
a:link  { color: white; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
a:visited  { color: white; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
a:hover  { color: red; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:active  { color: white; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
td  { color: white; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color: #F00;
}
h2 { font-size: 16px }
.bold {
	font-weight: bold;
	color: #F00;
}

