body {
	color: #fff;
	font-size: 12px;
	font-family: verdana;
	overflow: auto;
	background-repeat: repeat-x;
	background-color: #000000;
}
p {}
td {
	font-size: 12px;
}
a:link { color: #c3c3c3 ; text-decoration: none; }
a:visited { color: #c3c3c3 ; text-decoration: none; }
a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:active { color: #000 ; background-color: #fff; }

