
body {
        
        background-color: #FF6600;
        color: #000305;
        font-size: 87.5%; /*Base size is 14px */
        font-family: Arial, 'Lucida Sans Uncode';
        line-height: 1.5;
        text-align: left;
      
}
        
a {
   text-decoration: none;
}

  a:link, a:visited {
  color: #0000FF;       
}

 a:hover, a:active {
 color: #FF0000;
}        

