<STYLE TYPE="text/css">

BODY        { 
              font-family:  Verdana, Arial, Helvetica, Sans-serif; 
              font-size: normal; 
            }

a:link      {
              color: #CC0033; 
              text-decoration: none; 
              font-weight: normal;
            }
            
a:visited   {
              color: #CC0033; 
              text-decoration: none; 
              font-weight: normal;
            }
            
a:hover     {
              color: #CC0033; 
              text-decoration: underline; 
              font-weight: normal;
            }
            
a:active    { 
              text-decoration: underline;
            }
            

a.bold:link      {
              color: #CC0033; 
              text-decoration: none; 
              font-weight: bold;
            }
            
a.bold:visited   {
              color: #CC0033; 
              text-decoration: none; 
              font-weight: bold;
            }
            
a.bold:hover     {
              color: #CC0033; 
              text-decoration: underline; 
              font-weight: bold;
            }
            
a.bold:active    { 
              text-decoration: underline;
            }


a.white:link      {
              color: #FFFFFF; 
              text-decoration: none; 
              font-weight: normal;
            }
            
a.white:visited   {
              color: #FFFFFF; 
              text-decoration: none; 
              font-weight: normal;
            }
            
a.white:hover     {
              color: #FFFFFF; 
              text-decoration: underline; 
              font-weight: normal;
            }
            
a.white:active    { 
              text-decoration: underline;
            }


</STYLE>