a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #ff6600;
}
a:visited {
    color: #990000;
}

