TABLE {
	background : transparent;
	background-color : transparent;
	border : none;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	clear : none;
	font-family : "MS Sans Serif", Arial, sans-serif;
	font-size : x-small;
	text-align : left;
	
}
BODY {
	color : #8B4513;
	background-color : #000000;
	font-family : "MS Sans Serif", Arial, sans-serif;
	font-size : x-small;
	text-align : left;
}

A:VISITED {
	color : White;
	background-color : Black;
	font-family : "MS Sans Serif", Arial, sans-serif;
	font-size : x-small;
	text-align : left;
}


A {
	color : Yellow;
	text-decoration : none;
}

A:HOVER {
	color : #CDCDCD;
	text-decoration : underline;
}
