body, p, td, input {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 13px;
     color: #333333;
     }

h1 { 
     color: #333333;
     font-size: 14px;
     font-style: normal;
     font-weight: bold;
     font-variant: normal;
     text-decoration: none;
     }

.menuLink {
     font-size: 12px;
     color: #777777;
     font-weight: bold;
     text-decoration:none;
     }

.menuLink:hover {
     text-decoration:underline;
     }

.menuSeparator {
     }

.base {
     background-color: #564F3D;
     }
.bodyLink {
     color: blue;
     text-decoration: none;
     }
.bodyLink:hover {
     text-decoration: underline;
     }
.footerLink {
     color: ivory;
     text-decoration: none;
     }
.footerLink:hover {
     color: yellow;
     text-decoration: underline;
     }
.boldLink {
     color: blue;
     font-weight: bold;
     text-decoration: none;
     }
.boldLink:hover {
     color: blue;
     font-weight: bold;
     text-decoration: underline;
     }
.revBoldLink {
     color: yellow;
     font-weight: bold;
     text-decoration: none;
     }
.revBoldLink:hover {
     color: cyan;
     font-weight: bold;
     text-decoration: underline;
     }
.boldTable td {
     font-weight: bold;
     }
.mailLink {
     color: blue;
     text-decoration: none;
     font-weight: normal;
     }
.mailLink:hover {
     text-decoration: underline;
     }
a {
     text-decoration: none;
     }
a:hover {
     text-decoration: underline;
     }


