body {
	font:16px/1.5 Arial;
	text-align:center;
	border-top:4px solid #678;
	color:#442;
}
.page {
	width:960px;
	margin:7px auto 0 auto;
}
.sitetitle {
	margin:0;
}
.sitetitle a {
	display:block;
	background:url(/images/logo.png) no-repeat 0 0;
	height:188px;
	text-indent:-1000em;
	overflow:hidden;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
	color:#023;
}
h1 {
	font:44px Arial;
	letter-spacing:-3px;
}
h2 {
	font-size:28px;
	letter-spacing:-1px;
}
h3 {
	font:20px Courier New;
	letter-spacing:-1px;
}
p, ul, ol, table {
	margin:0 0 12px 0;
}
a, a:visited {
	color:#67b;
}
a:hover {
	color:#468;
}
.font-giant {
	font:3em Impact;
	letter-spacing:-1px;
}
.font-big {
	font-size:1.8em;
}
.font-small {
	font-size:0.8em;
}
ol {
	text-align:left;
	margin-left:40px;
	list-style:decimal;
}
ul {
	text-align:left;
	margin-left:40px;
	list-style:square;
}
ol ul {
	margin-bottom:0;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
	border-bottom:1px dotted #ccd;
}
.centered {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}








