/* Made by: James Hartwick
/* Lets get some default standardization and resets going */
* {
	margin:0;
	padding:0;
	font-family: calibri,helvetica,serif;
}
cite,em,strong{
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}

q:before,q:after{
	content:'';
}

/* awesome most browser behave now, exept you IE6... but you're special*/

/* Alligns everything to the center (text align is an IE fix) */
#everything {
	width: 900px;
	margin: 0px auto;
	text-align: center;
}
/* Fixes the IE fix so it doesn't ruin the party for other browsers */
.iefix {
	text-align: left;
}
a {
	color:#f63;
	text-decoration:none;
	font-weight:bold;
}
h1 a {
	color: #666;
}
a:hover {
	color: #777;
}

#current {
	color:#f63;
	text-decoration:overline;
	font-weight:bold;
}

body { font: 80% "Calibri", Times, serif }

p { 
	line-height: 1.5;
	text-align: center;
	font-size: 2em;
	color: #424242;
}
h1 { 
	margin: 20px  0px 0px 0px;
	line-height: 1.5;
	text-align: center;
	font-size: 5em;
	color: #424242;
}

.super {
	position: relative;
	bottom: 0.5em;
	color: red;
	font-size: 0.8em;
}

.sub {
	position: relative;
	top: 0.3em;
	font-size: 0.6em;
}