@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}
h1 {
	color: white;
	font-size: 3em;
	font-weight: lighter;
	background-image: url(../layout/template/hr.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: .2em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
}
h2 {
	font-weight: normal;
	color: #2B4200;
	font-size: 1.8em;
	padding-top: 15px;
}
h2 span {
	font-size: .7em;
}


p {
	color: white;
	font-size: 1.6em;
	line-height: 1.6em;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#content li {
	color: white;
	font-size: 1.6em;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
}
#content li ol {
	padding-left: 40px;
}
#content li ol li {
	font-size: .8em;
}
#content a {
	color: #EFBE76;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	color: white;
}

