body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFBF0;
}
p {
	color: #800000;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #800000;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #800000;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #800000;
}
.textleft {
	color: #800000;
	text-align: left;
}
.textright {
	color: #800000;
	text-align: right;
}
.textcenter {
	color: #800000;
	text-align: center;
}
.main_img {
	border : 1px solid Black;
}
.main_thumb {
	border : 1px solid gray;
	padding: 10px;
}
.thumb {
	border : 1px solid Black;
}
a:link {  color: #808000}
a:visited {  color: #808000}
a:hover {  color: #FF0000}
a:active {  color: #0000FF}

table {
	border: 0px solid gray;
}

table td{
	border: 0px solid gray;
	vertical-align: middle;
	text-align: center;
	font-size: 0.7em;
}
