#red:link {
	color: #333333;
	border-bottom: 1px dotted #CC0000;
	text-decoration: none;
}
#red:visited {
	color: #333333;
	border-bottom: 1px dotted #CC0000;
	text-decoration: none;
}
#red:hover {
	color: #CC0000;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
}
#red:active {
	color: #33333;
	text-decoration: none;
}

