/** USER—p **/

a:link {
	color : silver;
}

a:visited {
	color : silver;
}

a:hover {
	color : #c80000;
}

a:active {
	color : silver;
}