/* CSS definitions for fonts */
body {
  background:#cccc99;
  background-image:url(images/minnowpass.gif);
  background-position:top center;
  background-repeat:repeat; 
  background-attachment:fixed;
  font-family: arial,helvetica,sans-serif;
  color:#000000;
}

a:link {text-decoration: none; color: #7f0000;}
a:visited {text-decoration: none; color: #7f0000;}
a:hover {text-decoration: underline; color: #7f0000;}
a:active {text-decoration: none; color: #7f0000;}
