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

