body{
  font-size : 80%;
  font-family : Verdana, Arial, sans-serif;
  color : black;
}
a:link{
  color : blue;
}
a:active{
  color : blue;
}
a:visited{
  color : maroon;
}
h1{
  font-size : 125%;
}
h2{
  font-size : 110%;
}
h3{
  font-size : 100%;
  font-weight : bold;
}
table{
  font-size : 100%;
  border-collapse: collapse;
  border-color: #000000;
}
