html { 
	text-align: center;
	min-height: 420px;
	min-width: 760px;
	background-color: #fff;
	color: #5F6476;
	margin: 0;
	padding: 0 20px 0 20px;
	font: x-small sans-serif;
}
a {
	color: #2F466A;
	text-decoration: none;
}
a:hover, a:visited {
	color: #2A63BA;
}
a:active {
	color: #5E7BAA;
}
a:hover {
	text-decoration: underline;
}
#logo {
	border: 0;
}
#contentoutset {
	font-size: 127%;
	width: 40em;
	min-height: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 22px;
	height: 100%;
}
#contentinset {
	width: 40em;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
#back {
	text-align: left;
}
.smalltext {
	font-size: smaller;
}