a.regular
{
	color: #000000;
	text-decoration: none;
}

a.infimaLink
{
	text-decoration: none;
	color: #000000;
}

a.infimaLink:hover
{
	color: #49981B;
}

.red
{
	color: #BF0000;
}

a.redLink
{
	text-decoration: none;
	color: #BF0000;
}

a.redLink:hover
{
	text-decoration: underline;
}

.turquoise
{
	color: #008CBB;
}

a.turquoiseLink
{
	text-decoration: none;
	color: #008CBB;
}

a.turquoiseLink:hover
{
	text-decoration: underline;
}

.orange
{
	color: #CA7900;
}

a.orangeLink
{
	text-decoration: none;
	color: #CA7900;
}

a.orangeLink:hover
{
	text-decoration: underline;
}

.purple
{
	color: #7E547E;
}

a.purpleLink
{
	text-decoration: none;
	color: #7E547E;
}

a.purpleLink:hover
{
	text-decoration: underline;
}

.autumn
{
	color: #678822;
}

a.autumnLink
{
	text-decoration: none;
	color: #678822;
}

a.autumnLink:hover
{
	text-decoration: underline;
}

.gray
{
	color: #333333;
}

a.grayLink
{
	text-decoration: none;
	color: #333333;
}

a.grayLink:hover
{
	text-decoration: underline;
}

a.button
{
	text-decoration: none;
	color: #000000;
}

a.button:hover
{
	color: #306411;
}