body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
}

a {
	color: #6666dd;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: #770077;
}

a:hover {
	text-decoration: underline;
}



img {
	border: 0;
}



li {
	line-height: 2.5em;
}



.title {
	font-style: italic;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0;
}
.title h1 {
	font-size: 40px;
	margin-bottom: 0;
}
.title h2 {
	font-size: 20px;
	margin-bottom: 4em;
}

.underline{
	text-decoration:underline;
	font-size:inherit;
}

.maincontent{
	font-size: 28px;
	color: white;
}

.normal,.centered,.instructions{
	font-size: 20px;
	color: white;	
}


.centered,.comment,.yellowcomment{
	text-align: left;
}

.comment,.yellowcomment{
	font-size: 16px;
}
.comment{
	color: white;
}
.yellowcomment{
	color:#DD5;
}

.left, .right, .instructions{
	width:500px;
	height:300px;
	border: 2px solid #2222dd ;
	padding: 20px;
	margin: 20px;
}

.left{
	float:left;
}
.right{
	float: right;
}
.instructions{
	float:right;
	border: 2px solid yellow;
}
