 a.menu:link {
   color: #ffffff;
   text-decoration: none;
 }

 a.menu:active {
   color: #ffffff;
   text-decoration: none;
 }

 a.menu:visited {
   color:#ffffff;
   text-decoration: none;
 }

 a.menu:hover {
   color: #ffffff;
   text-decoration: underline;
 }

 a.body:link {
   color: #943939;
   text-decoration: none;
 }

 a.body:active {
   color: #943939;
   text-decoration: none;
 }

 a.body:visited {
   color:#943939;
   text-decoration: none;
 }

 a.body:hover {
   color: #943939;
   text-decoration: underline;
 }

 a.sidebar:link {
   color: #ffffff;
   text-decoration: none;
 }

 a.sidebar:active {
   color: #ffffff;
   text-decoration: none;
 }

 a.sidebar:visited {
   color: #ffffff;
   text-decoration: none;
 }

 a.sidebar:hover {
   color: #ffffff;
   text-decoration: underline;
 }

 a.footer:link {
   color: #000000;
   text-decoration: none;
 }

 a.footer:active {
   color: #000000;
   text-decoration: none;
 }

 a.footer:visited {
   color:#000000;
   text-decoration: none;
 }

 a.footer:hover {
   color: #000000;
   text-decoration: underline;
 }

 a:link {
   color: #000000;
   text-decoration: none;
 }

 a:active {
   color: #000000;
   text-decoration: none;
 }

 a:visited {
   color:#000000;
   text-decoration: none;
 }

 a:hover {
   color: #000000;
   text-decoration: underline;
 }

 #logo {
   font-size: 15px;
   font-weight: normal;
   text-decoration: none;
 }

 body {
   background: #ffffff;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 8px;
   color: #f6c775;
   text-decoration: none;
 }

 td {
   font-family: Verdana, Comic Sans MS, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 12px;
   color: #000000;
 }

 td.caption {
   font-family: Verdana, Comic Sans MS, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 12px;
   color: #000000;
   margin-right: 0px;
 }

 td.footer {
   font-family: Verdana, Comic Sans MS, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 11px;
   color: #000000;
   background-color: #ffc88b;
 }
 
 td.menu {
   font-family: Verdana, Comic Sans MS, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 12px;
   color: #000000;
   background-color: #de6741;
 }

 td.sidebar {
   font-family: Verdana, Comic Sans MS, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 11px;
   color: #000000;
   background-color: #ffc88b;
 }

 td.sidebarheader {
   font-family: Verdana, Comic Sans MS, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 12px;
   color: #000000;
   background-color: #ffc88b;
 }

 #explain {
   color: #000000;
   font-size: 12px;
 }
