@charset "utf-8";
/* CSS Document */
td,th {
	color: #000000;
	background-color:#FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}
a:link {
	color: #3333CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3333CC;
}
a:hover {
	text-decoration: none;
	color: #3366CC;
}
a:active {
	text-decoration: underline;
	color: #3333CC;
}
#marqueecontainer{
	color:#FFFFFF;
	position: relative;
	width: 210px; /*marquee width */
	height: 250px; /*marquee height */
	overflow: hidden;
	border: none;
	padding: 2px;
	padding-left: 4px;
	text-align:left;
	font-size:14px;
}
hr {
color:#0033FF;
height:2px;
width:90%;
}
h3 {
text-align:center;
color:#FFFFFF;
text-decoration:underline;
}
