*{font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif }
*{font-size: 16pt; }
span.blue { color: blue ;
    font-weight: bold; /* plain */
    font-size: 16pt;
}
p { color: black ;   /* black */
    font-weight: plain; /* bold plain */
    font-size: 16pt;
}
a:link,a:visited {
    color: blue ;
    font-weight: bold ;
    font-size: 16pt;
    text-decoration: none ;
    background: transparent ;	
}
a:hover{
    color: red ;   
    font-weight: bold ;
    font-size: 16pt;    
    text-decoration: underline overline ;
    background: transparent ;    	
}
h1{ color: blue ; 
    font-size: 24pt; 
    font-weight: bold ;
}
h2{ color: blue ; 
    font-size: 20pt; 
    font-weight: bold ;
}
h3{ color: red ;
    font-size: 24pt;
    font-weight: bold ;
}
