
strong{
	color: #CC0000; 
	font-weight : bold;
}
a:link { 
	margin: 0px; 
	font-weight : bold;
	text-decoration: underline; 
}
a:visited {   
	font-weight : bold;
	text-decoration: none; 
}
a:hover { 
	font-weight : bold;
	text-decoration: underline; 
}
a:active{ 
	font-weight : bold;
	text-decoration: none; 
}
