body {
	font-family: Century Gothic, Arial;
	font-size: 15px;
	color: black;
	margin: 0px;
	background: #BEDB83;
	vertical-align: sub;
	line-height: 16px;
	}



h1{
cursor:pointer;
background-color:#ECECFF;
color:#000000;
width:140px;
padding: 2px;
text-align:center;
font-weight:bold;
border: 1px solid #000000;
font-family: Century Gothic, Arial;
font-size: 15px;
color: black;
 margin: 0px;
line-height: 16px;
margin-bottom: 5px}


td {
	font-family: Arial, "Century Gothic";
	font-size: 15px;
	}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

.nav {
	font-family: Century Gothic, Arial;
	font-size: 15px;
	color: black;
	margin: 0px;
	font: bold;
}

/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h2 {
	font-size:17px;
	font-family: Century Gothic, Arial;
	color:Black;
	font-weight: 900;
	font-style: normal;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF0000
}

h3 {
	font-size:25px;
	font-family: Century Gothic, Arial;
	color:Black;
	font-weight:bold;
	font-style:italic
}


a:visited {
	text-decoration: none;
	color: Black;
}

a:hover {
	color: Red;
}

a:link {
	text-decoration: none;
	color: Black;
}

#imageinfo {
	visibility: hidden;
}

