body {
  /*background: url('http://www.hertco.com/images/Headers/craft.jpg') repeat top;
  background-attachment: fixed;*/
  font-size: 2pt;
  font-weight: bold;
  color: black;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: none;
}

a {	
  font-size: 9pt;
  font-weight: bold;
  color: blue;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: underline;
}

A:link {
  font-size: 9pt;
  font-weight: bold;
  color: blue;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: underline;
}

A:visited {
  font-size: 9pt;
  font-weight: bold;
  color: blue;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: underline;
}

A:hover {
  font-size: 9pt;
  font-weight: bold;
  color: #576323;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: underline;
}

A:active {
  font-size: 9pt;
  font-weight: bold;
  color: red;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: underline;
}