@charset "utf-8";

body {
	line-height: 140%;
	margin: 0;
}
 
#content {
	padding: 1px 10px;
}

.toc li.h3 {
	margin-left: 1em;
}

h1 {
	line-height: 110%;
}

h2 {
	line-height: 120%;
}

h3 {
	line-height: 130%;
}

img {
	max-width: 100%;
	height: auto;
}

p, ul, ol {
	font-family: sans-serif;
}

a {
	text-decoration: none;
}

a:hover, a:active, .pa a:hover, .pa a:active {
	text-decoration: underline;
}

@media only screen and (min-width: 860px) {
	#content {
		width: 820px;
	}
}
