   #body_content a {
      color: #3333FF;
      text-decoration: underline;
   }

   #body_content a:hover {
      color: #FFE08F;
      text-decoration: underline;
   }

   #submenu a {
      color: #757070;
      text-decoration: none;
   }

   #submenu a:hover {
      color: #000000;
   }