a:link {
	color: #2F4F4F;
	text-decoration: none;
}

a:visited {
	color: Navy;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}


body, td {
	color: Green;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 5;
}

.navigation {
	color: #2F4F4F;
	font-family: "MS Sans Serif", Geneva, sans-serif;
  font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
	margin: 5;
}

#imageinfo {
	visibility: hidden;
}

.indexTitle {
	color: #006400;
	font-size: x-large;
}

.indexDescription {
	color: #006400;
	font-size: small;
	font-family: "MS Serif", "New York", serif;
}

.slideDescription {
	color: #006400;
	font-size: small;
	font-family: "MS Serif", "New York", serif;
}

.label {
	color: Lime;
	background-color: Black;
	font-size: smaller;
}