
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 660px;
	background-color: #fff;
	margin: 0 fixed;
	border-color: #fff;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 0px;
}


