
   td { text-align: center; }
   
   .f1 { font-family: arial;
        font-size: 14px; }

   .f2 { font-family: arial;
        font-size: 10px;
        color: white; }

   .f3 { font-family: arial;
        font-size: 10px;
        color: gray; 
        text-align: center; }

   .f4 { font-family: arial;
        font-size: 12px;
        color: #383838; }

   .f6 { font-family: arial;
        font-size: 12px;
        color: white;
        font-weight: bold; }

   .f6red { font-family: arial;
        font-size: 12px;
        color: #FF2400;
        font-weight: bold; }

   .f5 { font-family: arial;
        font-size: 14px;
        color: white; }

   a:link { color: #0066ff;
        text-decoration: none; }

   a.navigation:link { color: #383838;
        text-decoration: none; }

   a:visited { color: #007eff;
         text-decoration: none; }
   
   a:hover { color: blue;
	background-color: none;
	text-decoration: none; }  

   a.navigation:hover { color: blue;
        background-color: none;
        text-decoration: none; }
   
   a:active { color: #007eff;
        text-decoration: none; }