body { margin:0px; padding:0px;
color:#d46f00;
}
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
	
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
	width:37em;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}

h1 {
	text-align:center;
	color:#707070;
}
h2 {
	text-align:center;
	font-size:14px;
}
h3 {
	text-align:center;
	font-size:10px;
	font-weight:normal;
}
	

li {
	padding:2px;
}

hr {
  border: 0;
  width:300px;
  background-color: #e86001;
  height: 2px;
   color: #e86001;
}

a {
	color:#284d23;
	text-decoration:none;
	text-align: center;
	font-weight:bold;
}
a:visited { 
	text-decoration:none;
	color:#284d23;
	}
a:active {
	font-weight:bold; 
	color:#284d23;
	text-decoration:none;
	}
a:hover { 
	text-decoration: underline;
	}
