
/** USER—p **/

a:link {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ffffff;
}

