body {
	 font-family: Arial, Verdana, sans-serif;
	 font-size: 12px;
}
h1 {
	font-size: 20px;
	color: #cf7019;
	margin: 10px 0;
}
h2 {
	font-size: 16px;
	color: #11588a;
	margin: 12px 0px;
	line-height: 20px;
}
hr {
	width: 100%;
	margin-top: 12px;
	border: 0px;
	background-color: #bababa;
	height: 1px;
}
a {
	outline: none;
	color: #CF7019;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}