@charset "ISO-8859-1";
body {
	background-color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FF8000;
	font-weight: bold;
}
.bodytext {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

a:link .bodytext {color:#333333; background-color:none; text-decoration:none; border-bottom:1px dashed black;}
a:visited .bodytext {color:#663366; background-color:none; text-decoration:none; border-bottom:1px dashed #663366;}
a:hover .bodytext {color:orange; background-color:silver; text-decoration:none; border-bottom:1px dashed orange;}
a:active .bodytext {color:orange; background-color:none; text-decoration:none; border-bottom:1px dashed orange;}
