a:link { color: brown; text-decoration: none }
a:visited { color: brown; text-decoration: none}
a:hover {color: red; text-decoration: none; font-weight: bold}
a:active {color: brown; text-decoration: none}
a:focus {color: brown; text-decoration: underlined}

#bl{
	color: orange
	text-decoration:none
	}
#bl a{
    color: orange;
	text-decoration: none;
}
#bl a:hover{	
	color: red;
	text-decoration:underline;
	font-weight=normal;
}