h1  { font-size: 12px; font-family: sans-serif; line-height: 20px; display: inline }

a { 
	text-decoration: none; 
} 

a:link {
    color:#0a50a1;
    font-style:normal;
}

a:visited {
	color:#0a50a1;
	font-style: normal;
}
a:hover { color: #85a8d0; font-style: normal }
