	.frontlink {
	text-decoration : none;
	color : Black;
}
	.frontlink:hover {
		text-decoration : none;
		color : #CC0000;
	}
	.navlink {
	text-decoration : none;
	color : Gray;
}
	.navlink:hover {
	text-decoration : underline;
	color : #CC0000;
}   
	.email {
		color : #7D7DFF;
	}
	.email:hover {
		color : Blue;
	}
