body {
	text-align : left;
	color : #000000;
	background-color : #f0f0f0;
	font-family : sans-serif;
}

a {
	color : #3333aa;
	text-decoration : none;
}
a:hover {
	color: #6666FF;
	text-decoration : none;
}

a:visited {
	color: #605599;
}

h1.topheading {
	color: #444444;
	font-size : small;
	text-align: left;
	border-bottom : thin solid #bbbbbb;
}

div.entry {
    margin-top: 2em;
    margin-bottom: 2em;
}


dl {
	margin: 20px;
}

dt {
	padding-top: 0.8ex;
	font-weight: bold;
}

img, img.thumbnail {
	border: thin #666666 solid;
}

table.thumbnail {
	display: inline;
	margin-bottom: 2em;
}

tr.thumbnailimg {
	padding-left: 2em;
	padding-right: 2em;
}

img.menu {
	border: none;
}

caption.desc {
	text-align: center;
	font-size: small;
	display: table-caption;
	caption-side: top;
}

h2{
	text-align: center;
}

td.prev, td.next {
	width: 20%;
}

table.image {
	margin-left: auto;
	margin-right: auto;
}

table.nav {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
