@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Georgia;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-family: Georgia;
	font-size: 14px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold
}
h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	color: #063;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #063;
	margin-left: 20px;
}
