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

h1 {
	font-size: 30px;
	margin-bottom: 12px;
	margin-top: 10px;
}
h2 {
	font-size: 20px;
	margin-bottom: 7px;
	margin-top: 10px;
}
h3 {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 10px;
}
h4 {
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
}
h5 {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 8px;
}
h6 {
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 6px;
}

p {
	margin-bottom: 15px;
	line-height:16px;
}

.highlight {	
	color:#843517;
	font-size:17px;
	line-height:26px;
	background-color:#fce6ae;
	padding:1px;
}

.clear {
	clear:both;
}

a {
	color:#906f40;
	font-weight:bold;
}
a:hover {
	color:#abd9c5;
}

#content ul {
	list-style-type:disc;
	margin-left:30px;
	margin-bottom:20px;
}