/* http://www.castle.uk.co/neuron/style-win.css - Neuron site stylesheet
   Chris Speakman. last modified 27th November 2003. (WFL) */
body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 0.8em;
   background-repeat: no-repeat;
   }
table {
   background-repeat: no-repeat;
}
a {
   text-decoration: none;
   }
a:hover {
   color: mediumpurple;
   text-decoration: underline;
   }
a:link {
   color: darkmagenta;
  }
a:visited {
   color: plum;
  }
td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 0.8em;
   }
h5 {
   color: teal;
   }
h4 {
   bottom-padding: 0;
   }
br {
   line-height: 75%;
   }     