body {
	background-color: #FFF;
}

a {
	color: #000;
}

h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
}

#total {
	font-family: Helvetica, sans-serif;
	width: 700px;
	margin: auto;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	}

#header {
	margin-top: 50px;
	margin-bottom: 75px;
}

#header2 {
	margin-top: 30px;
	margin-bottom: 25px;
}

#header h1, #header2 h1 {
	font-size: 60px;
	padding-bottom: 5px;
}

#header h2, #exams h2 {
	font-size: 36px;
}

#header h4 {
	font-size: 1.5em;
}

#exams ul {
	list-style-type: none;
}

#exams li {
	padding-top: 10px;
}

#exams h3 {
	font-size: 18px;
	margin-top: 30px;
}

.lowercase p, .lowercase ul {
	text-transform: none;
	line-height: 1.3em;
}

#footer {
	margin-top: 50px;
}

#footer p {
	margin: 0;
	padding-top: 5px;
}

.ulinline li{
	display: inline;
}

.border img {
	border: 1px solid #000;
}

.window {
	white-space: nowrap;
	list-style: none;
	position: absolute;
}
.window li {
	display: table-cell;
	vertical-align: top;
}

.out, .out2 {
	padding-right: 50px;
	font-family: Helvetica, sans-serif;
	font-size: .85em;
}

.out2 {
	padding-left: 50px;
}

.red {
	color: #FF0000;
	font-size: 18px;
}

.post p {
	text-transform: none;
	line-height: 1.35em;
}