body {
  background-attachment: fixed;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: Navy;
}

h1 {
  color: #990000;
  text-decoration: none;
  font-weight: bold;
  font-size: 12pt;
}

h2 { 
  text-decoration: none;
  font-weight: bold;
  font-size: 14pt;
}

h3 { 
  text-decoration: none;
  font-weight: italic;
  font-size: 10pt;
}

A:link {
  text-decoration: underlined;
  color: #990000;
  font-style: none;
}

A:visited {
  text-decoration: underlined;
  color: #990000;
  font-style: italic;
}

A:hover {
  text-decoration: underlined;
  color: #990000;
  font-style: none;
}

img{
  border-style:solid;
  border-color: #990000;
  border-width:2px;
}

