/* CSS Document */
<!--
body,td,th {
	font-family: Trebuchet MS, Courier, mono;
	font-size: 16px;
	color: white;
}
body {
	background-color: #1E1403;
}
a:link {
	color: gold;
}
a:visited {
	color: red;
}
a:hover {
	color: yellow;
}
a:active {
	color: gold;
}
img {
	border-color: #000000;
}
.impact { font-family: Trebuchet MS, Impact; font-size: 30px; color: white; font-weight:bold; }
.impactx { font-family: Trebuchet MS, Impact; font-size: 35px; color: white; font-weight:bold; }
.impact_smaller { font-family: Trebuchet MS, Impact; font-size: 28px; font-weight:bold; }
.border { border: 1 solid #FF0000; }
.small { font-size: 10px; }
.text { line-height: 25px; }
h1 { font-family: Impact; font-size: 50px; color: #FFCC66; }
-->
