h1 {
font-size: 14pt; 
text-align: center; 
}
 
h2 {
font-size: 12pt; 
}
 
h3 {
font-size: 10pt; 
}
 
a {
color: blue; 
text-decoration: underline; 
}
 
a:hover {
color: #000000; 
text-decoration: none; 
}

a:visited {
color: green; 
}  

p, td	{
font-family: arial;
font-size: 10pt; 
}