@charset "ISO-8859-1";
/* CSS Document */

h1{
	font-size: 30px;
	color: #545656;
	text-align: right;
	margin-right: 10px;
	margin-top: 30px;
}
h2 {
	font-size: 20px;
	color: #5B81CC;
	text-align: right;
	margin-bottom: 20px;
	padding-top: 10px;
	margin-right: 10px;
}
.h1 {
	color: #545656 !important;
	font-weight: bold !important;
}
.h2 {
	color: #5B81CC !important;
	font-weight: bold !important;
}
.quote {
	float: right;
	height: 200px;
	width: 600px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	border-left: 1px dotted #5B81CC;
}

