a
{
	color: #BD2E17;
	text-decoration: none;
}

a:hover
{
	color: #7C6720;
	text-decoration: underline;
}

a.Pink
{
	font-weight: bold;
	text-transform: uppercase;
	color: #996665;
	text-decoration: none;
}

a:hover.Pink
{
	font-weight: bold;
	text-transform: uppercase;
	color: #996665;
	text-decoration: underline;
}

a.Menu
{
	font-weight: bold;
	text-transform: uppercase;
	color: #8C8C8C;
	text-decoration: none;
}

a:hover.Menu
{
	font-weight: bold;
	text-transform: uppercase;
	color: #993333;
	text-decoration: none;
}

a.Navigation
{
	color: #666;
	text-decoration: none;
}

a:hover.Navigation
{
color: #993333;
text-decoration: none;
}

