body
{
	padding: 0;
	font-family: arial, helvetica, sans-serif; /*	font-size: 76%; font sizing in ems, baby. if you want to change anything, just change this.*/ /*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	font-size: 80%;
	color: #000;
	background-color: #ffffff;
	margin: auto;
	width: 700px;
}

.hideme {
	display: none;
}

#container {
	margin: auto;
	width: 700px;
}


.commonlinks, .chapterbackground, .roundtop, #bottomlinks, .hidden {
display: none;
}

/*typography*/
a
{
	text-decoration: none;
	color: #000;
}
a:link
{
	color: #333365;
	text-decoration: none;
}
a:visited
{
	color: #333365;
	text-decoration: none;
}
a:active
{
	color: #3333ff;
}
a:hover
{
	color: #3333ff;
	text-decoration: underline;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 0em 0em 1.2em 0em;	
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.2em 0em 1.2em 0em;
}


h3
{
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h4
{
	font-weight: bold;
	font-size: 1.3em;
	margin: 1.2em 0em;
}
h5
{
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6
{
	font-size: 1.1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
 }
 
#footer {
	margin: 25px 0 0 0;
}
