body {  
 font-size: 14px; 
 font-family: orbitron, arial, sans-serif;
 background-color: #000000; background-image: url('logo.png'); background-repeat: no-repeat; background-attachment: fixed; background-position: center;  color: #0096FF;
}
a:link { 
 color: #0096FF; 
 font-size: 14px; 
 font-weight: bold; 
 text-decoration: none; 
}
a:visited { 
 color: #0096FF; 
 font-size: 14px; 
 font-weight: normal; 
 text-decoration: none; 
}
a:active { 
 color: #ffffff; 
 font-size: 14px; 
 font-weight: normal; 
 text-decoration: none; 
}
a:hover { 
 color: #ffffff; 
 font-size: 14px; 
 font-weight: normal; 
 text-decoration: none; 
}