body {
  background-color: #000066;  
  color: black;
  text-align: left;
}

a:link {color: blue; text-decortion:underline;}
a:visited {color: gray; text-decoration:underline;}
a:hover {color:orange; text-decoration:underline;}