a:link {
	color: #CC0000;
	text-decoration: underline;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;


}
a:visited {
	color: #990000;
	text-decoration: underline;
}
