 
A:HOVER{
  color : #aa5500;
  text-decoration : none;
  font-weight : bold;
}
A:ACTIVE{
  color : #aa5500;
  text-decoration : none;
  font-weight : bold;
}
A{
  color : olive;
  text-decoration : none;
  font-weight : bold;
}
BODY{
  
  background-attachment : fixed;
  background-repeat : no-repeat;
  
  background-position : 50% 0%;
  background-color : white;
}
