/* Background */
   BODY       
      { font-size       : 10pt;
	background-color: white ;
        background-image: none ;
	margin-left     : 5 ;
        margin-right    : 5 ;
        margin-top      : 0 ;
        margin-bottom   : 0 }



/* Anchor Pseudoclasses */

   A:Link 
      { color           : #33435F;
	font-weight     : bold;
        text-decoration : none }

   A:Visited 
      { color           : purple;
	font-weight     : bold;
        text-decoration : none }
   
   A:Active   
      { color           : red ;
	font-weight     : bold;
        text-decoration : none }

   A:Hover 
      { font-weight     : bold;
	text-decoration : underline;
	color           : red}
   
   A.nobold:Link 
      { color           : blue ;
	font-weight     : bold;
        text-decoration : none }

   A.nobold:Visited 
      { color           : blue ;
	font-weight     : bold;
        text-decoration : none }
   
   A.nobold:Active   
      { color           : red ;
	font-weight     : bold;
        text-decoration : none }

   A.nobold:Hover 
      { font-weight     : bold;
	text-decoration : none;
	color           : red}

   A.darkred:Link 
      { color           : darkred;
	font-weight     : bold;
        text-decoration : none }

   A.darkred:Visited 
      { color           : darkred;
	font-weight     : bold;
        text-decoration : none }
   
   A.darkred:Active   
      { color           : red ;
	font-weight     : bold;
        text-decoration : none }
   
   A.darkred:Hover 
      { font-weight     : bold;
	text-decoration : none;
	color           : red}
   
   A.white:Link 
      { color           : white;
	font-weight     : bold;
        text-decoration : none }

   A.white:Visited 
      { color           : white;
	font-weight     : bold;
        text-decoration : none }
   
   A.white:Active   
      { color           : red ;
	font-weight     : bold;
        text-decoration : none }
   
   A.white:Hover 
      { font-weight     : bold;
	text-decoration : none;
	color           : red}

   A.yellow:Link 
      { color           : yellow;
	font-weight     : bold;
        text-decoration : none }

   A.yellow:Visited 
      { color           : yellow;
	font-weight     : bold;
        text-decoration : none }
   
   A.yellow:Active   
      { color           : red ;
	font-weight     : bold;
        text-decoration : none }
   
   A.yellow:Hover 
      { font-weight     : bold;
	text-decoration : none
	color           : red}

