body {
	background-color: #1B1B1B;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
p {
	margin-right: 30%;
	margin-left: 10%;
}

ol {
	font-size: 120%;
}
ul {
	font-size: 90%;
	list-style-type: none;
	margin-bottom: 25px;
}
h2 {
	margin-top: 40px;
	margin-left: 15%;
}
.correct {
	font-weight: bold;
	color: #00FF66;
}

h1 {
	margin-left: 15%;
}

img {
	border: 1px solid #FF0000;
	margin-top: 5px;
	margin-bottom: 20px;
}
li {
	margin-bottom: 3px;
	margin-top: 3px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #00FFCC;
}
.center {
	text-align: center;
}

.right {
	height: 300px;
	text-align: right;
}
form {
	width: 800px;
	margin: auto;
}

.left {

	float: left;
}
