﻿.greenBackground
{
	color: #ffffff;
}

.greenBackground a
{
	color: #ffcc00;
	text-decoration: none;
}

.greenBackground a:hover
{
	color: #ffcc00;
	text-decoration: underline;
}

.greenBackground a:active
{
	color: #ffcc00;
}

.greenBackground a:visited
{
	color: #ffcc00;
}

.whiteBackground
{
	color: #000000;
}

.whiteBackground a
{
	color: #008000;
	text-decoration: none;
}

.whiteBackground a:hover
{
	color: #008000;
	text-decoration: underline;
}

.whiteBackground a:active
{
	color: #008000;
}

.whiteBackground a:visited
{
	color: #008000;
}

.blackBackground
{
	color: #ffffff;
}

.blackBackground a
{
	color: #ffffff;
	text-decoration: none;
}

.blackBackground a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.blackBackground a:active
{
	color: #ffffff;
}

.blackBackground a:visited
{
	color: #ffffff;
}