@charset "utf-8";
/* CSS Document */

p {
	line-height: 1.5em;
	margin: 8px 0 8px 0;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h3, h4, h5 {
	font-weight: bold;
}
h2 {
	font-size: 22px;
	border-bottom: 1px #aac solid;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	padding-left: 4px !important;
	border-top: 1px #aac solid;
	background: #fafafa;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
.c {
	text-align: center;
}
.hl { 
	background-color: yellow;
	}
