* {
	font-family: FreeSerif, Liberation Serif, Times New Roman, Times, serif;
	color: #00ff00;
}

body {
	background-color: #16161d;
	background-image: url("/assets/background.gif");
	text-align:center;
}

.container {
	max-width: 1200px;
	margin: auto;
	
}

table {
	width: 100%;
}

td, th {
	text-align: left;
	padding: 5px 10px;
}

p {
	font-size: 18px;
}

.bodytext {
	max-width: 640px;
	text-align: left;
	margin: 0 auto;
}

.footer {
	font-size: 16px;
}

a, a:visited {
	color: #00ff00;
}

h1 {
	font-style: italic;
}

h2, h3, h4, h5, h6 {
	font-style: italic;
}

.navhead {
	text-align: center;
}

.navhead a, a:visited {
	text-decoration: none;
}

.navhead a:hover {
	text-decoration: underline;
}

table, th, td {
  border: 3px solid #eeeeee;
  border-collapse: collapse;
}
