/* CSS Document */
<!--
body,td,th {
	font-family: Verdana, Courier, mono;
	font-size: 15px;
	color: black;
}
body {
	background-color: #800029; margin: 0px;
}
a:link {
	color: darkblue;
}
a:visited {
	color: blue;
}
a:hover {
	color: aqua;
}
a:active {
	color: #000000;
}
.impact { font-family: Impact, Tahoma; font-size: 50px; color:white;}
.impact_smaller { font-family: Impact, Tahoma; font-size: 36px; color: white; }
.border { border: 1 solid #FFFFFF; }
h2 { color: white; }
h1 { font-family: Impact; color: white; font-size: 50px; }

.adtext { font-family: Impact, Tahoma; font-size: 25px; color: black; }
a.adtext:link { font-family: Impact, Tahoma; font-size: 28px; color: red; }
a.adtext:hover { color: purple; }
.small { font-size: 10px; color: gray; }
-->