   body { 
              background: #0000A0; 
              color: #000; 
              font-family: Arial, Verdana, Helvetica, sans-serif; 
              font-size: 1em; 
              
        }
   div a:link { color: #FFF; background: transparent; text-decoration: none; }
   div a:visited { color: #FFFF80; background: transparent; text-decoration: none; }
   div a:hover { background: transparent; color: #FFFF80; text-decoration: none; }
   div a:active { background: transparent; color: red; text-decoration: none; }

   td a:link { color: #FFF; background: transparent; text-decoration: none; }
   td a:visited { color: #FFFF80; background: transparent; text-decoration: none; }
   td a:hover { background: transparent; color: #FFFF80; text-decoration: none; }
   td a:active { background: transparent; color: red; text-decoration: none; }

   td.rtm a:link { color: #FFF; background: transparent; text-decoration: none; }
   td.rtm a:visited { color: #FFFF80; background: transparent; text-decoration: none; }
   td.rtm a:hover { background: #006; color: #FFFF80; text-decoration: none; }
   td.rtm a:active { background: #006; color: red; text-decoration: none; }

   
   img { border: none; alt: "";}
   
   p.cap:first-letter { font-weight: bold; font-size: 1.1em; }
   p.std:first-letter { font-weight: bold; }
   p.std { text-indent: 30px; }
   
   #content {
              padding-right: 5px;
              margin-top: 5px;
              margin-bottom: 5px;
              background: transparent;
	      			color: #000;
	      			text-align:left;
	      			min-width:500px;
            }

