a:link { text-decoration: underline;}
a:visited { text-decoration: underline;}
a:active { text-decoration: underline;}
a:hover { text-decoration: underline; color: #ff0066 }
h1{
  font-size : 110%;
  margin-top : 1px;
  margin-bottom : 1px;
}
h2{
  font-size : 106%;
  color : maroon;
  margin-top : 1px;
  margin-bottom : 1px;
}
p{
  font-size : 80%;
}