@charset "UTF-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	display: inline;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	display: inline;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	display: inline;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	display: inline;
}
h5 {
	font-family: Avenir Next, Avenir, Verdana, Geneva, sans-serif;
	font-size: 80%;
	display: inline;
	font-weight: normal;
}
h6 {
	font-family: Avenir Next, Avenir, Verdana, Geneva, sans-serif;
	font-size: 70%;
	display: inline;
	font-weight: normal;
}
p {
	font-family: Avenir Next, Avenir, Verdana, Geneva, sans-serif;
	font-size: 80%;
}
.red-box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFF;
	background-color: #036;
	padding: 15px;
	font-size: 90%;
}
