body   { font-size: 12px; font-family: Helvetica }
p  { font-family: Helvetica }
td {}
a:link { color: blue; text-decoration: none }
a:visited { color: navy; text-decoration: none }
a:hover { color: red; text-decoration: underline }
.grey { }
.grey a:link { color: maroon }
.grey a:visited { color: maroon }
.grey a:hover { color: yellow; background-color: black }
.orange { color: gray }
.orange a:link { color: white; text-decoration: none }
.orange a:visited { color: white; text-decoration: none }
.orange a:hover  { color: blue; text-decoration: none; background-color: white }
.yellow { }
.yellow a:link { color: black; text-decoration: none }
.yellow a:visited { color: black; text-decoration: none }
.yellow a:hover { color: black; text-decoration: none; background-color: white }
.green { }
.green a:link { color: white; text-decoration: none }
.green a:visited { color: white; text-decoration: none }
.green a:hover { color: green; text-decoration: none; background-color: white }
.trail   { color: gray; font-size: 8pt }
.trail a:link  { color: gray; font-size: 8pt }
.trail a:visited  { color: gray; font-size: 8pt }
.trail a:hover { color: red; font-size: 8pt; text-decoration: underline }
