/* Normal, standard links. */
a:visited, a:link
{
	color:#ffff00;
	font-style:normal;
	font-weight:none;
	text-decoration:none;
	background-color:none;
}
a:hover
{
	color:#ff00ff;
	font-style:normal;
	font-weight:none;
	text-decoration:none;
	background-color:none;
}

