body{
	background: #fff;
	color: #6d6d6d;
	font-size: .95em;
	line-height: 1.5em;
	margin-bottom: 50px;
}
body,p{
	font-family: helvetica, verdana, arial, sans-serif;
	font-weight: normal;
}
h1,h2,h3{
	line-height: 1.2em;
	margin-bottom: .5em;
	color: #5d87a1;
}
h1,h2,h3,b,a{
	color: #5d87a1;
}
h2{
	color: #6d6d6d;
	line-height: 1.5em;
}
h1{
	font-family: "Georgia", "Times", serif;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.3em;
}
.blue{
	color: #5d87a1;
}
.red{
	color: #e53132;
}
.green{
	color: #4ca120;
}
hr{
	color: #ccc;
	background: #ccc;
	height: 1px;
	border: none;
}