a:visited.yellowlink, a:active.yellowlink, a:link.yellowlink
{
	color: #ffffff;
	text-decoration: none;
}
a:hover.yellowlink
{
	color: #ffff00;
	text-decoration: underline;
}
a:visited.linkgredlink, a:active.linkgredlink, a:link.linkgredlink
{
	color: #da251c;
	text-decoration: none;
}
a:hover.linkgredlink
{
	color: #471613;
	text-decoration: underline;
}


a:visited.siteby, a:active.siteby, a:link.siteby
{
	color:#ffff00;
	text-decoration: none;
	border-bottom:1px dotted #ffff00;

}
a:hover.siteby
{
	border-bottom:1px solid #ffffff;
	color: #ffffff;
}

