
BODY { color: #4c4c4c }

H1 { 
   font-style: sans;
   font-weight: bold;
   font-size: large;
   font-variant: small-caps; }

.menu TD { 
   font-size: 11pt;  font-family: sans; font-weight: bold; color: #ffffff }
TD { font-size: 11pt;  font-family: sans; color: #4c4c4c }

.menu A:link { text-decoration: none; color: #ffffff }
.ulinks A:link { text-decoration: underline; color: #4c4c4c }
A:link { text-decoration: none; color: #4c4c4c }

.menu A:visited { text-decoration: none; color: #ffffff }
.ulinks A:visited { text-decoration: underline; color: #4c4c4c }
A:visited { text-decoration: none; color: #4c4c4c }

.menu A:hover { text-decoration: none; color: #fb9c06 }
.ulinks A:hover { text-decoration: underline; color: #fb9c06 }
A:hover { text-decoration: none; color: #fb9c06 }

