body {
	font-family: "Trebuchet MS", Verdana, Arial;
	margin: 0;
	padding: 0;
	background-color: #b5b93e;
	color: #6a7a3b;
}

h1 {
	font-size: 24px;
	letter-spacing: 0.1em;
	margin: 15px;
	
	}
h2 {
	font-size: 14px;
	margin-top: 1px;

	
	
}


p {margin: 0;
	font-size: 12px;

}
.copyright {
	font-size: 10px;

}
a {
	color: #6a7a3b;
	text-decoration: underline;

}

a:hover {
	color: #6a7a3b;
	text-decoration: underline overline;
 }
 
ul 
{
	font-size: 11px;
	list-style-position: outside;
	list-style-type: square;
	letter-spacing: 0.01em;


}

li 
{
	font-size: 12px;
	list-style-type: square;
	letter-spacing: 0.01em;

}

hr {
	color: #1c291f;
	line-height: normal;
	height: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	
}
.table1 {
	background-color: #fefefe;
	width: 760px;
	border: 1px solid #ccc;
}

.table5 {
	background-color: #e7e9ed;
	width: 720px;
	border: 1px solid #ccc;
}

.table2 {
	background-color: #fefefe;
	border: 1px solid #ccc;
	}
img {
	margin: 10px;
}
.img_right {float: right; border: 1px solid #ccc;}
.img_left {float: left;border: 1px solid #ccc;}
