/* CSS Document */
<!--
body,td,th {
	font-family: Trebuchet MS, Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a:link {
	color: blue;
}
a:visited {
	color: blue;
}
a:hover {
	color: yellow;  text-decoration: none
}
a:active {
	color: #000000;
}
img {
	border-color: #000000;
}
.impact { font-family: Trebuchet MS; font-size: 40px; color: white; font-weight:bold; }
.impact_smaller { font-family: Trebuchet MS, Impact; font-size: 28px; font-weight:bold; }
.border { border: 2 solid #000000; }
.small { font-size: 10px; color: white; }
h1 { font-family: Trebuchet MS, Verdana; font-size: 45px; color: white; }
-->

