body {
  margin: 0px;
  background-color: #ffffff;
  color: black;
  font-family: Helvetica, Verdana, Arial, sans-serif;
}
a { text-decoration: none;
  font-weight: bold;
  background: transparent;
  border-right: 1px dashed white; border-left: 1px dashed white;
  color: #05F; 
}
a:hover {
  background-color: #DFD;
  border-color: #8F8;
  border-style:dotted;
  border-width: 1px;
  color: #000000;
}
h1 { 
  color: #080;
}
h3 { 
  color: #080;
}
