@charset "UTF-8";
/* CSS Document */



.YellowText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	color: #FC0;
	text-decoration: none;
}
.Email {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	color: #FC0;
	text-decoration: none;
}
.Email:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
		
}
		
img.thumbnails{
	border:2px #000 solid;
}
img.thumbnails:hover{
	border: 2px #FC0 solid;
}

