a.title:link {
	text-decoration: none;
	color: #000000;
}

a.title:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a.title:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.footer:link {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a.footer:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.footer:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.mainlink:link {
	text-decoration: none;
	color: #000066;
}

a.mainlink:visited {
	color: #000066;
	text-decoration: none;
}

a.mainlink:hover {
	color: #000000;
	text-decoration: underline;
