@charset "utf-8";
/* CSS Document */
html,body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow:auto;
	font-family:Trebuchet MS,arial,tahoma,verdana;
	background:#261607;
	color:#EDDEBD;
	font-size:small;
}
a:link {
	color:#EDDEBD;
	text-decoration:none;
}
a:visited {
	color:#EDDEBD;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;	
	text-decoration:none;
	font-weight:bold;
}
#marqueecontainer{ 
	position:relative; 
	height:420px; 
	overflow:hidden; 
	border:1px solid #666666; 
	padding: 6px; 
	padding-left:6px; 
	background:#A6ADB4;
} 