body {
	color: #0f5d95;
	font: 11px/21px Verdana, "Lucida Grande", Lucida, sans-serif;
}

h1 {
	font-size: 14px;
	margin-left: 20px;
	margin-top: 20px;
}

h2 {
	font-size: 12px;
	color: #f74032;
	margin-left: 20px;
	margin-top: 20px;
}

h3 {
	margin-left: 20px;
}

p {
	margin-left: 20px;
	margin-right: 20px;
}

.hr {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 40px;
}

a:link, a:visited {
	color: #0f5d95;
	border-bottom: 1px dotted #f74032;
	text-decoration: none;
	padding-bottom: 2px;
}

a:hover, a:active {
	
}

