.Scroller {
	overflow: scroll;
	display: block;
	position: relative;
	height: 256px;
	width: 668px;
	margin: 4px;
	padding: 5px;
}


body {
	color: #CCCCCC;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}


.Disclaimer {
	font-size: xx-small;
}

.MainMenu{
	font-size: smaller;
	text-align: center;
}
a {
	color: #FF6600;
	text-decoration: none;

}
