A {
	color : #3A3A3A;
	text-decoration : none;	
}
A:ACTIVE {
	color : #3A3A3A;
	text-decoration : none;	
}
A:VISITED {
	color : #3A3A3A;
	text-decoration : none;	
}
A:HOVER {
	color : #8F0338;
	text-decoration : none;
}

A.nav {
	color : #3A3A3A;
	text-decoration : none;
	font-weight : bold;
}
A:ACTIVE.nav {
	color : #3A3A3A;
	text-decoration : none;
	font-weight : bold;
}
A:VISITED.nav {
	color : #3A3A3A;
	text-decoration : none;
	font-weight : bold;
}
A:HOVER.nav {
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
}
A.hiddenlink {
	color: #8F0338;
}

A:ACTIVE.hiddenlink {
	color: #8F0338;
	text-decoration: none;
	font-weight: bold;
}

A:VISITED.hiddenlink {
	color: #8F0338;
	text-decoration: none;
	font-weight: bold;
}
A:HOVER.hiddenlink {
	color: #8F0338;
	text-decoration: none;
	font-weight: bold;
}
.title {
	color: #FFFFFF;
	font-family: verdana, Helvetica, sans-serif;
}

