
a:link  { color: blue; text-decoration: underline }
a:visited  { color: blue; text-decoration: underline }
a:active  { color: #000000; text-decoration: underline }
a:hover     { color: #3cb371; text-decoration: underline }

span.nav {font-size:1em; }
td.nav { text-decoration: none ; font-weight: bold }
td.nav a:link.nav { color: #3F6C9B; text-decoration: none  }
td.nav a:visited.nav { color: #3F6C9B; text-decoration: none  }
td.nav a:active.nav { color: #000000; text-decoration: none  }
td.nav a:hover.nav { color: #3cb371; text-decoration: none  }

body, td, p  { font-size: 12px; font-family: Arial }