@charset "UTF-8";

body {
	word-spacing: 3.25px;
	line-height: 18px;
	font-size: 13px;
	font-family: Georgia, serif;
	margin-bottom: 18px;
}


.emoticon {
	font-size: 18px;
	line-height: 0px;
}

p + ul {
}

#content>*{
	margin-right: 110px;
}

#content>h1{
	margin-right: 30px;
}

img {
}

h3 {
	line-height: 18px;
	font-size: 16px;
	font-family: Georgia, serif;
	margin-bottom: 4px;
	margin-top: 14px;
}

dt {
	font-weight: bold;
	line-height: 18px;
	font-size: 16px;
	font-family: Georgia, serif;
	margin-bottom: 4px;
	margin-top: 14px;
}

dd {
	margin-left: 18px;
}

h2 {
	line-height: 18px;
	font-size: 21px;
	font-family: Times, "Times New Roman", serif;
	margin-bottom: 6px;
	margin-top: 12px;
}

h1 {
	line-height: 36px;
	font-size: 34px;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	margin-bottom:18px;
	margin-top: 0px;
	margin-right: 110px;
}

*+h1{
	margin-top: 9px;
	margin-bottom: 9px;
}

#navbar {
	float: left;
	font-size: 16px;
	text-align: right;
	line-height: 24px;
	list-style-type: none;
	margin-left: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	list-style-position: outside;
}

*+ul { 
	margin-top: 10px;
	margin-bottom: 8px;
}

dl {
	margin-bottom: 18px;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p+p {
	margin-top: 18px;
}

#header {
	height:0px;
	overflow:hidden;
}

#content em {
	font-style: normal;
	font-weight: bold;
}

#footer {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 10px;
	word-spacing: 2px;
	padding-top: 36px;
}

ol {
	
	margin-bottom: 18px;
	
	margin-top: 18px;
	
	list-style-position: outside;
	
	list-style-type: decimal;
	
}

ol >li {
	margin-bottom: 6px;
}

cite {
	margin-bottom: 12px;
	display: block;
	margin-top: -3px;
}

q {
	font-style: italic;
}