html {background-color: #808080;}

body {width: 1024px;
      margin: 0 auto;
      background-color: #808080;
            font-family: calibri, helvetica, arial, tahoma, sans-serif;
      font-size: 100.1%;
      color: #000000;}
      
a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:active {
  text-decoration: none;
  color: #0094DE;
}

a:hover {
  text-decoration: none;
  color: #0094DE;
}