
/** USER—p **/

a:link {
	color: #1e1e1e;
}

a:visited {
	color: #1e1e1e;
}

a:hover {
	color: #ff0080;
}

a:active {
	color: #1e1e1e;
}

