/* CSS Document */


h1 {
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	cursor: text;
	text-decoration: none;
}
body {
	background-color: #000000;
	text-decoration: none;
}
.Table {
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	background-color: #000000;
	border: 1;
}
.side_bar {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #000000;
	color: #99FFFF ;
	text-decoration: none;
}


body,td,th {
	color: #FF3300;
}
body {
	background-color: #000000;
}
a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3300;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}




