.normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
.normalyellow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #E7F80B;
	text-decoration: none;

}
.button {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.button:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #E7F80B;
	text-decoration: none;
}
.photo {
	border: thick ridge #FFFFFF;
}
.photoleft {
	border: thick ridge #FFFFFF;
	margin: 0px, 15px, 5px, 0px;
}
