/**
 * Override browser defaults
 */
 
body{
background:#ffffff; 
margin-top:0;
margin-left:0;margin-right:0;
margin-bottom:0;
font: 10pt 'Tahoma', Times New Roman;

text-align:center;
}

a{
text-decoration:none;
 }
 
.SLIST{
font-family:Tahoma;
font-size:10pt;
text-align:justify;
} 

.SLIST 
a{
font-size:8pt; 
color:gray;
text-decoration:none; 
}

.SLIST 
A:hover{
font-size:8pt;
color:red;
text-decoration:none;
}
