a:visited.email, a:active.email, a:link.email
{
	color: #5e001e;
	text-decoration: none;
}
a:hover.email
{
	color: #000000;
	text-decoration: underline;
}

a:visited.bottomlink, a:active.bottomlink, a:link.bottomlink
{
	color: #ffffff;
	text-decoration: none;
}
a:hover.bottomlink
{
	color: #ffff00;
	text-decoration: underline;
}
a:visited.redlink, a:active.redlink, a:link.redlink
{
	color: #ff0000;
	text-decoration: none;
}
a:hover.redlink
{
	color: #760127;
	text-decoration: underline;
}
a:visited.siteby, a:active.siteby, a:link.siteby
{
	color:#5e001e;
	text-decoration: none;
	border-bottom:1px  dotted #5e001e;

}
a:hover.siteby
{
	border-bottom:1px solid #333333;
	color: #000000;
}