@charset "utf-8";
/* CSS Document */
html,body {
    height : 100%;
    color : #000000;
    font : 12px Verdana, Arial, Helvetica, sans-serif;
    margin : auto;
}
table.bodytable {
	height:100%;
	width:100%;
	border:0;
}
body {
	background-color: #000000;
}
a:hover  {
	color:	#FF9900;
	font-family:	Arial, Helvetica, sans-serif;
	font-weight:	bold;
	text-decoration:	underline;
}

a:link  {
	color:	#f8e6a9;
	font-family:	Arial, Helvetica, sans-serif;
	font-weight:	normal;
	text-decoration:	underline;
}

a:visited  {
	color:	#f8e6a9;
	font-family:	Arial, Helvetica, sans-serif;
}

a:active  {
	color:	#f8e6a9;
	font-family:	Arial, Helvetica, sans-serif;
	font-weight:	bold;
}

