/* CSS Document */
<!--
body,td,th {
	font-family: Verdana, Trebuchet MS, Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
}
body { background-color: #000000; }
a:link {
	color: yellow;
}
a:visited {
	color: gold;
}
a:hover {
	color: #CC33CC;
}
a:active {
	color: orange;
}
img {
	border-color: #000000;
}
.impact { font-family: Trebuchet MS, Impact; font-size: 40px; color: white; font-weight:bold; }
.impact2 { font-family: Trebuchet MS, Impact; font-size: 33px; color: white; font-weight:bold; }
.impact_smaller { font-family: Trebuchet MS, Impact; font-size: 25px; font-weight:bold; }
.border { border: 1 solid #FF0000; }
.small { font-size: 10px; color: gray; }
.recip { color: #000000; }
h1 { font-family: Trebuchet MS, Verdana; font-size: 55px; color: white; }
-->
