.styl {
	font-family: Tahoma;
} 
a:hover {
	font-weight: bold;
	color: #990000;
	background : #FFFFCC;
}

