/* alpha-board non-Windows stylesheet
   Tim Fountain (tim@tfountain.co.uk), 30th July, 2000. */

body {
   font-family: Verdana, Arial, Helevitica, sans-serif;
   font-weight: normal;
   letter-spacing: normal;
   word-spacing: normal;
   }

td {
   font-family: Verdana, Arial, Helevitica, sans-serif;
   }

small.footer {
   color: #000000;
   }

em.strong {
   font-weight: bold;
   font-style: italic;
   }

em.verystrong {
   font-weight: bold;
   text-transform: uppercase;
   }

a {
   font-weight: bold;
   }

a:active {
   text-decoration: none;
   }

a:hover {
   color: red;
   text-decoration: none
   }