@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FC6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F93;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.Bold {
	font-weight: bold;
	color: #FCFF22;
}
.smallish {
	font-size: small;
	color: #FFF;
}
.contact {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FCFF22;
	border-right-color: #FCFF22;
	border-bottom-color: #FCFF22;
	border-left-color: #FCFF22;
	margin: 0;
	color: white;
	font-size: small;
}
