/* CSS Document */

a:visited.top, a:active.top, a:link.top
{
	color: #ffffff;
	text-decoration: none;
}
a:hover.top
{
	color: #dcddde;
	text-decoration: underline;
}

a:visited.bottom, a:active.bottom, a:link.bottom
{
	color: #e1ca07;
	text-decoration: none;
}
a:hover.bottom
{
	color: #ffe400;
	text-decoration: underline;
}


a:visited.copy, a:active.copy, a:link.copy
{
	color: #007647;
	text-decoration: none;
}
a:hover.copy
{
	color: #0f9b63;
	text-decoration: underline;
}