html, body {
	background-color:#dfdfdf;
}
body, table, td, div, p {
	text-align:left;
	font-family: Arial, sans-serif;
	font-size:12px;
	color: #111111;
}
a {
	color: #eb6b08;
	text-decoration: none;
}
h1 {
	font-family:Arial, sans-serif;
	font-size:25px;
	color: #ed6b06;
}
h3 {
	font-family:Arial, sans-serif;
	font-size:13px;
}
hr {
	background-color: black;
	border-top: 1px solid #DDDDDD;
	color: #DDDDDD;
	height: 1px;
	margin: 0 0 20px;
	padding: 0;
	clear:both;
}
a:hover {
	text-decoration: underline;
}
.image img {
	margin: 0 0 15px 0;
}
#content, #content p, #content div {
	font-family:Arial, sans-serif;
	font-size:12px;
}
