.navbar {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #000000;
	background-color: #F0F0F0;
}
.email {
	font-family: "Arial";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
.navbar a:link {
	color: #000000;
	text-decoration: underline;
}
.navbar a:visited {
	color: #000000;
	text-decoration: underline;
}
.navbar a:hover { 
	color: #FFFF00;
	text-decoration: underline; 
	background-color: #F0F0F0;
}
.navbar a:active {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF00;
}
a:active {
	color: #FFFFFF;
}
.email a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.email a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.email a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.email a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
