/* CSS Document */

.menu, .menu a:link, .menu a:visited, .menu a:active {
	font-size: large;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-decoration: none;
}

.menu a:hover {
	font-size: large;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
}
.txt {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
}

.header {
	font-size: 36px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-decoration: none;
}

.dltxt, .dltxt a:link, .dltxt a:visited, .dltxt a:active {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
}

.galleryImage {
	cursor: pointer;
	border-color: #4F4F4F;
	border-style: solid;
	border-width:thick;
}

.sectionHead {
	font-size: 30px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-decoration: none;
}

p {margin: 5px 0 0;}

