li a:link {
	font-weight: bold;	
}
li a:visited {
	font-weight: bold;	
}
li a:hover {
	font-weight: bold;	
}
a:link {
	font-weight: normal;	
}
a:visited {
	font-weight: normal;	
}
a:hover {
	font-weight: normal;	
}