body { color: blue; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
td { color: blue; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h3 { color: navy; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h1 { color: maroon; font-size: 15px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold }
h2 { color: purple; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold }
.poster { color: white }
.poster a:link { color: white }
.struck {
	text-decoration: line-through;
}
.headerblue { color: navy; font-weight: bold; font-size: 15px }
.smheader { font-weight: bold; font-size: 12px }
.headerred { color: red; font-weight: bold; font-size: 15px }
.highlightred { color: red; font-weight: bold}
.headerpurp { color: purple; font-weight: bold; font-size: 15px }
a:hover { color: red }

.headerwhite { color: white; font-weight: bold; font-size: 15px }

a:hover { color: red }
.headerredStruck {
	color: red;
	font-weight: bold;
	font-size: 15px;
	text-decoration: line-through;
}
