   #sub_menu a {
      color: #003399;
      font-weight: none;
      text-decoration: underline;
   }

   #sub_menu a:hover {
      color: #003366;
      font-weight: none;
      text-decoration: underline;
   }
 
   #main_menu a {
      color: #333333;
      font-weight: none;
      text-decoration: none;
   }

   #main_menu a:hover {
      color: #663333;
      font-weight: none;
      text-decoration: underline;
   }

   #body_content a {
      color: #3366CC;
      font-weight: none;
      text-decoration: underline;
   }

   #body_content a:hover {
      color: #6699CC;
      font-weight: none;
      text-decoration: none;
   }

   #spd a {
      color: #757070;
      text-decoration: none;
   }

   #spd a:hover {
      color: #0000FF;
   }
