body 	{ 
	color: white;
	font-family: Arial;
	background-color: #888888;
}
a{ color: white; text-decoration: underline;}
a:hover{ color: white; text-decoration: underline; font-weight: bold;}
h2{text-align: center;}
hr 		{ padding: 0px; margin: 0px; }
table	{ width: 100%;}
td		{ padding: 3px;}
main	{
	background-color: #222222;
	margin-left: auto; margin-right: auto;
	margin-top: 10px;
	padding-top: 10px;
	width: 90%; height: 640px;
	border: 2px solid #222222;
	border-radius: 10px;
}
nav{ 
	float: left;
	width: 18%; height: 620px;
	text-align: left;
	border-right: 2px solid white;	
}
article{
	float: right;
	width: 80%;
	height: 620px;
	overflow-y: scroll;	
}
#start{
	text-align:center;
}
.logo{text-align:center; padding-top: 3px;}
