body {
	background: #202020;
	color: Black;
}

A {
	text-decoration : none;
	color : #000000;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
A:VISITED {
	color : #000000;
}

img {
	border: 1px solid #444444;
}

A:FOCUS {
	color: #000000;
	background-color: White;
	}

A:HOVER {
	color: #000000;
	background-color: White;
	}
TD {
	background-color : #CCCCCC;
}
td:hover {
 	color: #000000;
	background-color: White;
	}
