html, body, div, ul {
	margin: 0;
	padding: 0;
}

body {
	color:#5b8304;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
body a:link{
	color:#5b8304;
	text-decoration: none;
}
body a:hover {
	color:#4364af;
	text-decoration: underline;
}
body a:visited {
	color:#5b8304;
	text-decoration: none;
}
body a:active {
	color:#5b8304;
	text-decoration: none;
}

#content {
	width: 400px;
	margin: 0px;
	padding: 0;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
	text-decoration: none;
}

h1 {
	margin: 30px 0 15px 0;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
	text-decoration: none;
}

hr {
	border: none;
	height: 1px;
	line-height: 1px;
	margin-bottom: 20px;
	padding: 0;
	text-decoration: none;
	background-color: #E5E5E5;
}

p {
	margin: 0;
	padding: 7px 0;
	text-decoration: none;
}

a {
	outline: none;
	text-decoration: none;
}

a img {
	
	text-decoration: none;
}

a img.last {
	margin-right: 0;	
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
}
