a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #009933;
	text-decoration: underline;
}
a:hover {
	color: #CC00FF;
	text-decoration: underline;
	font-weight: bold;


}
