BODY{
  color : black;
  
  text-align : center;
  
}
a{
  color : #ffcc00;
  text-decoration : underline;
border-width : 0px 0px 0px 0px;}
a:hover{
  color : #ffcc00;
  text-decoration : none;
  
  font-weight : normal;
border-width : 0px 0px 0px 0px;}
a:active{
  color : #ffcc00;
  text-decoration : none;
border-width : 0px 0px 0px 0px;}