body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #EDF6EA;
}
a {
	color: #263E26;
	text-decoration: none;
}
a:hover {
	color: #152117;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	font-size: 11px;
	color: #445844;
}
#head {
	background-image: url(images/head.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 780px;
}
#links a {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 120px;
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	color: #000;
	font-size: 12px;
	padding: 3px;
}
#links a:hover {
	color: #FFC;
	text-decoration: none;
}
h1 {
	font-size: 28px;
	color: #CB0000;
}
h2 {
	font-size: 18px;
	color: #2E3B2D;
}
.bord {
	border: medium double #4A5E48;
}
.marg {
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}
