/* Standard style sheet*/
BODY { 
		font-family: Lucida Sans Unicode, Palatino, Arial, Helvetica, sans-serif);
       font-size: 10t;
       color: rgb(255,255,204)
     }
p    { 
		font-family: Lucida Sans Unicode, Palatino, Arial, Helvetica, sans-serif);
       font-size: 10pt;
       color: rgb(255,255,204)   
     }
table { 
		font-family: Lucida Sans Unicode, Palatino, Arial, Helvetica, sans-serif);
       font-size: 10pt;
       color: rgb(255,255,204) 
      }
tr    { 
		font-family: Lucida Sans Unicode, Palatino, Arial, Helvetica, sans-serif);
       font-size: 10pt;
       color: rgb(255,255,204)
      } 
td   { 
		font-family: Lucida Sans Unicode, Palatino, Arial, Helvetica, sans-serif);
       font-size: 10pt;
       color: rgb(255,255,204)  
     }
A:hover{
        text-decoration: underline ;
        color: rgb(255,255,0) ;
        font-weight: bold
    	}
A:active {
		text-decoration: underline ;
		color: rgb(255,255,153) ;
		font-weight: bold
    }
A:link {
		text-decoration: underline ;
		color: rgb(255,255,153) ;
		font-weight: normal
    }
A:visited {
		text-decoration: underline ;
		color: rgb(255,255,204) ;
		font-weight: normal
    }
/*
H1   { font-family: Arial;
       font-size: 18pt;
       font-weight: bold;
       color: rgb(0,0,204);
       font-variant: normal
     }

H2   { font-family: Arial;
       font-size: 14pt;
       font-weight: bold;
       color: rgb(0,0,204);
       font-variant: normal
     }

H3   { font-family: Arial;
       font-size: 12pt;
       font-weight: bold;
       color:rgb(0,0,204);
       font-variant: normal
     }

H4   { font-family: Arial;
       font-size: 10pt;
       font-weight: bold;
       color:rgb(0,0,204)
     }

H5   { font-family: Arial;
       font-size: 8pt;
       font-weight: bold;
       color: rgb(0,0,204);
       font-variant: normal
     }

H6   { font-family: Arial;
       font-size: 8pt;
       font-weight: normal;
       color: rgb(0,0,204);
       font-variant: normal
     }
/*

