a {
	color: #00F;
	font-weight: bold;
	text-decoration: underline
}
a:link { }
a:visited { }
a:hover {
	color: #00F;
	font-weight: bold
}
a:active { }
#red strong {
	color: #F00;
}

