body {
margin: 8px 8px 8px 8px;
background-color: #000000;
background-attachment: fixed;
background-image: url();
background-repeat: no-repeat;
background-position: top center;	
text-align: left;
color: #C8AE5F;
font-size:12px;
}

a {
text-decoration: none;		
}

a:link {
text-decoration:none;
color: #A98530;
}

a:visited {
text-decoration:none;
color: #A98530;
}

a:hover,a:active{
  color: FFD700;
  text-decoration: underline;
  background: none;
}
