a:link {
color : #0000FF; 
}

a:visited {
color : #993300; 
}

a:hover {
color : #00CC00; 
text-decoration: underline
}

.smalltype {
font-family : Verdana; 
font-size : 8pt; 
font-weight : normal;

}

.smalltype a:link{
color : #0000FF; 
font-family : Verdana; 
font-size : 8pt; 
font-weight : normal;
text-decoration: underline
}

.smalltype a:visited{
color : #993300; 
font-family : Verdana; 
font-size : 8pt; 
font-weight : normal; 
text-decoration: underline
}

.smalltype a:hover{
color : #00CC00; 
font-family : Verdana;  
font-size : 8pt; 
font-weight : normal;
text-decoration: underline
}