/* CSS Document */


body {
	background-color: #7B6D4A;
}
td.menu {
	background-color: #336633;
	padding: 3;
}
td.menu a {
	font-size: xx-small;
	font-weight: bold;
	padding-left: 5;
	padding-right: 5;
	border: 1px solid #336633;
	text-decoration: none;
	color: #ffffff;
	
}
td.menu a:hover {
	background-color: #ffffcc;
	border: 1px outset #ffffff;
	color: #000000;
}
td.body {
	background-color: #e1e8e1;
	padding: 5;
}
a.designedby {
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
p.title {
	font: small Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	border-bottom: 1px dashed #666666;
	text-align: center;
}
