Body {
	
	background-color: #333333;
}

A, TABLE, TD, TH  {
	color : White ;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	background-color: #333333;

}

A {
   color : #ADD8E6;
	
}

A:HOVER {
	
	color : #FF8000;
}
a:Visited {
	color: #71CADB;
}

	
}

TH {
	background-color : White;
	border-top-color : #999999;
	border-top-style : solid;
	border-top-width : thin;
	border-bottom : thin solid #999999;
	color : Black;
}

FORM {
	font : bold smaller bold Arial, Helvetica, sans-serif;
	border : 1px dashed #8B0000;
	
}
INPUT {
	border : thin none;
}
td {
	table-layout: fixed;
}
