       BODY {
              scrollbar-base-color:333333;
              font-family: arial;
              background-color: #000000;
              background: url('../images/plain-backdrop.jpg') no-repeat fixed center top;
              
              
            }
            
             
A:link {
	color:#FFFF00;
	text-decoration: none;
}
A:visited {
	color:#FFAA00;
	text-decoration: none;
}
A:hover {
	color:#FFFF00;
	text-decoration: underline;

}