.number {
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	font-style: italic;
}
.subtitle {
	font-size: 1.2em;
	letter-spacing: .75em;
	font-weight: bold;
	text-align: center;
}
h1 {
	font-size: 25pt;
	text-align: center;
	font-family: serif;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	padding-top: 1em;
	font-variant: small-caps;
	letter-spacing: .25em;
}
h2 {
	color: #333;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	font-size: 11pt;
	text-align: center;
	font-style: italic;
}
p {
	text-align: justify;
}
h3 {
	margin: 0;
	text-align: center;
	font-size: 14pt;
	font-variant: small-caps;
	letter-spacing: .5em;
}
.headImg {
	text-align: right;
	z-index: 0;
	top: 0;
	margin-left: auto;
	width: 144px;
	height: 144px;
}
body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	background-image: url("img/head.png");
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 11pt;
	font-family: sans-serif;
}
.nav {
	margin-left: auto;
	margin-right: auto;
	font-family: serif;
	text-align: center;
}
.nav a:link, .nav a:visited {
	padding-right: 35px;
	padding-left: 10px;
	color: #222;
	text-decoration: none;
	font-style: italic;
	font-size: 12pt;
	background-image: url("img/navlinkunsel.png");
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}
.nav a:active, .nav a:hover {	
	color: #000;
	text-decoration: none;
	background-image: url("img/navlinksel.png");
	background-repeat: repeat-y;
	background-position: left top;
	font-style: normal;
	font-weight: bold;
}
.comic {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 1px solid #000;
}
img {
	border-style: none;
}
.itemBar {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.pageContentBottom {
	background-image: url("img/content-bottom.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: -3em;
	margin-right: -3em;
	margin-top: 0;
	margin-bottom: 0px;
	border: 0;
	padding-top: 0;
	height: 35px;
}
.pageContentTop {
	background-image: url("img/content-top.png");
	background-repeat: repeat-y;
	margin-left: -3em;
	height: 35px;
}
.pageContent {
	background-image: url("img/wcwc.png");
	background-repeat: repeat-y;
	padding-left: 3em;
	padding-right: 3em;
}
.copyright {
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.note {
	font-style: italic;
	font-size: 11pt;
	margin-left: 1in;
	margin-right: 1in;
}

