h1 {
        font-family : verdana, Arial;
        font-size : 14px;
        font-weight : bold;
	color : #000000; 
        vertical-align : middle;
        margin-bottom: 5px;
}

.small {
        font-family : verdana, Arial;
        font-size : 10px;
        font-weight : normal;
	  color : #ffffff;
        vertical-align : middle;
	  text-decoration : none;
}
a.small:link {
        font-family : verdana, Arial;
        font-size : 9px;
        font-weight : normal;        
	color : #ffffff; 
	text-decoration : none; 
} 
a.small:visited {
        font-family : verdana, Arial;
        font-size : 9px;
        font-weight : normal;
        color : #ffffff;
	text-decoration : none; 
} 
a.small:hover {
        font-family : verdana, Arial;
        font-size : 9px;
        font-weight : normal;
	color : #ffffff; 
	text-decoration : underline; 
}

