a:link {
	color: #FF9999;
	text-decoration: underline;
}
a:visited {
	color: #FF9999;
	text-decoration: underline;
}
a:hover {
	font-weight: bolder;
	color: #CC6666;
	text-decoration: underline;
}
