 
A:HOVER{
  color : #aa5500;
  text-decoration : none;
  font-weight : normal;
}
A:ACTIVE{
  color : #aa5500;
  text-decoration : none;
  font-weight : normal;
}
A{
  color : olive;
  text-decoration : none;
  font-weight : bold;
}
BODY{
  background-image : url(e/back04.jpg);
  background-attachment : scroll;
  background-repeat : no-repeat;
  background-color : #ebebeb;
  background-position : 50% 0%;
}
