a {text-decoration:none;}
a:link { text-decoration: none; color: "green" }
a:visited { text-decoration: none; color: olive }
a:hover {text-decoration:underline; color: red}
BODY  {background-color: #fbfbff; 
      font-family: tahoma; 
      font-size: 9pt; 
      color: black; 
      text-align: justify }
TABLE {font-family: tahoma; 
       font-size: 9pt; 
       color: black;
       
}

#p0 {
	font-family: Tahoma;
	font-size : large;
	color : GREEN;
}
hr {
	color: green;
	height : 1pt;
}
H1  {font-family: arial; 
    font-size: 10pt; 
    color: red;
    text-decoration: none;
    text-align: justify }
H2  {font-family: tahoma; 
    font-size: 9pt; 
    color: green;
    text-decoration: none;
    text-align: justify
	}
