html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: Calibri, sans-serif;
	background-color: white;
	color:#3E664A;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h4, h5{
	font-family: Calibri, sans-serif;
	margin: 0px;
	font-size:24pt;
	text-align:left;
	line-height:none;
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 65%;
	min-width:1200px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	/*border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;*/
}
div#container {
	padding: 20px;
}