body {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
}

table {
	font-weight : bolder;
	background-color : transparent;
}

a {
	text-decoration : none;
	color : Maroon;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:hover {
	color : Red;
}

.menu {
	padding-top : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p{
	margin-left : 20pt;
	text-align : justify;
	margin-right : 20pt;
	color : Black;
	font-size : smaller;
}

h1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Maroon;
}

UL {
	list-style-type : square;
	text-align : left;
}


h2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Maroon;
}

LI {
	font-size : smaller;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}


h3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Maroon;
}  

/* Included for the JAlbum pages */
/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

#imageinfo {
	visibility: hidden;
}
