.style1 {font-family: Georgia, "Times New Roman", Times, serif}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	border: thin none #66CCCC;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #000000;
}
.style4 {font-family: Georgia, "Times New Roman", Times, serif; font-size: medium; }
.Headers {font-family: Georgia, "Times New Roman", Times, serif; font-size: large; font-weight: normal; }
.LinkBar {
	background-color: #66CCCC;
	border: medium solid #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: medium;
	font-style: normal;
	text-align: center;
	height: 20px;
	width: 500px;
	color: #990000;
}
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006633;
}
a:hover {
}
body {
	background-color: #FFF5E1;
}
a:link {
	color: #003366;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #FFFFCC;
	background-color: #336666;
}
.Photos {
	border: thin solid #66CCCC;
}
table {
	background-color: #FFECC6;
	border: 2px solid #66CCCC;
}

