body {
     background-color: #FFFFFF;
     color:  black;
     }


p { 
  font-family: arial, sans-serif; 
  font-size: 10pt; 
  font-weight: normal; 
  color: black;
  }


p.links { 
        font-family: arial, sans-serif; 
        font-size: 10pt; 
        font-weight: normal; 
        color: green;
        }


p.blue { 
       font-family: arial, sans-serif; 
       font-size: 12pt; 
       font-weight: normal; 
       color: blue;
       }

p.title { 
        font-family: arial, sans-serif; 
        font-size: 16pt; 
        font-weight: bold; 
        }


td { 
   font-family: arial, sans-serif; 
   font-size: 10pt; 
   font-weight: normal; 
   color: black;
   }


td.news { 
           font-family: arial, sans-serif; 
           font-size: 10pt; 
           font-weight: normal; 
           color: black;
           }


body.menu {
          background-color: #808000;
          color: #000000;
          }

a.menu { 
       font-family: arial, sans-serif;
       font-size: 14pt; 
       font-weight: normal; 
       text-decoration: none;
       }

a.menu:link { color: white; font-weight: normal; }
a.menu:visited { color: white; font-weight: normal; }
a.menu:hover { color: lightgreen; font-weight: normal; }


a.submenu { 
          font-family: arial, sans-serif;
          font-size: 14pt; 
          font-weight: normal; 
          text-decoration: none;
          color: #CCCC99;
          }

a.submenu:link { color: MidnightBlue; font-weight: normal; }
a.submenu:visited { color: MidnightBlue; font-weight: normal; }
a.submenu:hover { color: Red; font-weight: normal; }



