.navbar {

	font-family: "Times New Roman";

	font-size: 16px;

	color: #FFFFFF;


}

.email {

	font-family: "Times New Roman";

	font-size: 16px;

	color: #FFFFFF


}

.navbar a:link {

	color: #FFFFFF;

	text-decoration: none;

}

.navbar a:visited {

	color: #FFFFFF;

	text-decoration: none;

}

.navbar a:hover { 

	color: #FFFFFF;

	text-decoration: underline; 


}

.navbar a:active {

	color: #FFFFFF;

	text-decoration: none;

}

.email a:link {

	color: #FFFFFF;

	text-decoration: none;

}

.email a:visited {

	color: #000000;

	text-decoration: none;

}

.email a:hover {

	color: #FFFFFF;

	text-decoration: underline;

}

.email a:active {

	color: #FFFFFF;

	text-decoration: none;

}

