/* CSS Document */
<!--
body,td,th {
	font-family: Tahoma, Courier, mono;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #671771;
}
a:link {
	color: blue;
}
a:visited {
	color: #000000;
}
a:hover {
	color: red;
}
a:active {
	color: gold;
}
.impact { font-family: Impact, Tahoma; font-size: 39px; color:red;}
.impact_smaller { font-family: Tahoma; font-size: 18px; color: white; }
.border { border: 1 solid #FFFFFF; }
.link { font-family: Arial; font-size: 25px; }
h1 { font-family: Impact; color: darkred; font-size: 50px; }
p { line-height: 22px; }

.adtext { font-family: Impact, Tahoma; font-size: 35px; line-height: 45px;}
a.adtext:link { font-family: Impact, Tahoma; font-size: 35px; }
a.adtext:hover { color: gold; }
-->