
 
BODY {
  font-size: 12pt;
  font-family: "arial";
  background-color: #00c0c0;
}

				
h1 {
  font-weight: bold;
  font-family: Style, Old;
  font-size: 24pt;
}

h2 {
  font-weight: bold;
  font-family: Bookman, Old, Style, Arial;
  font-size: 18pt;
}

a {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

a:link {
  color: blue;
}

a:active {
  color: red;
}

a:visited {
  color: blue;
}

