
body
{
	color: #ffffff;	
	background-color:#000099;
	font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
	font-size: .8em; 
	font-weight: normal; 
}
.dragme
{
position:relative
}
#top
{
	position:absolute;
	top:0;
	left:10px;
	width:100%;
	font-weight:bold;
}
a:link 
{
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}     /* unvisited link */
		
	
a:visited 
{
	color: #ccffff;
	background: transparent;
	text-decoration: none;
}  /* visited link */
		
a:hover 
{
	color: #ff0000;
	background: transparent;
	text-decoration: none;			
}   /* mouse over link */
		
a:active 
{
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}   /* selected link */
		
.red 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	color: #ff0000;
}


