body{
	color: white;
	font-family: "DejaVu Serif", "Lucida Serif", serif;
	font-size: 100%;
	background: #444444;
	
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

nav{
	text-align:center;
}

a:link{
	color:#9fc5e8;
}

a:visited{
	color:#9fc5e8;
}

table {
	border:2px solid;
	border-collapse:collapse;
}

th{
	font-family: "Dejavu Sans", "Lucida Sans", sans-serif;
	font-size:large;
	font-weight:normal;
	border:1px solid white;
	padding:5px;
	color:#f1c232;
}

td {
	border:1px solid;
	padding:5px;
}

.left {
	float:left;
	width:50%;
}

.right {
	float:right;
	width:50%;
}

.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	color: #f1c232;
	font-family: "DejaVu Sans Mono", "Lucida Console", monospace;
	font-size: 2.5em;
	text-align:center;
}

h2 {
	color: #f1c232;
	font-family: "Dejavu Sans", "Lucida Sans", sans-serif;
	font-weight: normal;
}

h3 {
	color: #f16232;
	text-align:center;
	font-family: "Dejavu Sans", "Lucida Sans", sans-serif;
}
