body { 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: black;
   background-color: white; #khaki; 
   text-decoration: none;
}
p {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: black;
   text-decoration: none;
}
td {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: black;
   text-decoration: none;
}

td.title {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 25px;
   color: white;
   font-weight: bold;
}

/* Tab section */
table.tabsection {
    background-color: teal;
}

td.tab {
    background-color: #A5CEF7;
}
td.tab:hover {
   background-color: yellow; 
   color: green;
}

td.tabselected {
    background-color: teal;
    font-weight: bold;
}

a.tab:link {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: black;
   text-decoration: underline;
}
a.tab:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: black;
   text-decoration: underline;
}

/* Navigation section */
table.navsection {
    background-color: teal;
}

td.nav {
    background-color: #A5CEF7;
}
td.nav:hover {
   background-color: yellow; 
   color: green;
}

td.navselected {
    background-color: teal;
    font-weight: bold;
}

a.nav:link {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: black;
   text-decoration: underline;
}
a.nav:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: black;
   text-decoration: underline;
}

/* Trail */
a.trail:link {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: black;
   text-decoration: underline;
}
a.trail:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: black;
   text-decoration: underline;
}
a.trail:hover {
   color: green;
}
td.trail {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: black;
   text-decoration: none;
}

