body {
	font: 11px/16px Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	color: #7d7d7d;
  background-color: #efeee5;
}

a {
  color: #7d7d7d;
  text-decoration: none;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 0px;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #9cb43b;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	color: #669900;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

.bbord {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 15px;
}

.tbord {
  border-top: 1px solid #c0c0c0;
  padding-top: 15px;
}

.footer {
  color: #929292;
  height: 100px;
}