
BODY
{
 background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
    margin-top: 0px;
    margin-left: 0px;
    rightmargin: 0px;
    marginwidth: 0px;
    marginheight: 0px;
}
.dragme
{
position:relative
}
a:link {
		color: #ffffff;
		background: transparent;
		text-decoration: none;
		}     /* unvisited link */
		
	
a:visited {
		color: #ffffff;
		background: transparent;
		text-decoration: none;
		}  /* visited link */
		
a:hover {
		color: #ff00ff;
		background: transparent;
		text-decoration: none;			
		}   /* mouse over link */
		
a:active {
		color: #0000FF;
		background: transparent;
		text-decoration: none;
		}   /* selected link */
		


