body {
  background-image: url(images/TextureGrain.gif);
  background-attachment: fixed;
}

body, p, table {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: black;
}

a:link, a:visited, a:active {
  color: navy;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: underline;
}

h1{
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-size: 16pt;
  text-weight: bold;
  color: black;
}

h2{
  text-align: left;
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  color: black;
}

h3{
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: black;
}
