/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F3DA83;
}
td {
	font-family: "Comic Sans MS";
	font-size: small;
}
.table_content {
	width: 500px;
}
h3 {
	text-align: left;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #000000;
}
h2 {
	color: #FFFFFF;
	text-align: left;
}

a:hover {
	text-decoration: underline;
}
.table_diary {
	background-color: #FFFFFF;
	text-align: center;
}
.td_nav {
	font-size: x-large;
	text-align: center;
}
.table_thumbnail_hidden {
	position: absolute;
	z-index: 1;
	visibility: hidden;
}
.table_thumbnail_visible {
	position: absolute;
	z-index: 1;
	visibility: visible;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
