body {
	/*text-align: center;*/
	background-color: black;
        font-family: 'Helvetica', 'Verdana', sans-serif;
}

#main {
	width: 80ex;
	margin: auto;
	color: white;
}

#splash {
	text-align: center;
	color: red;
}

h1 {font-weight: normal;}
a {text-decoration: none;}
a:link, a:visited {color: red; font-weight: bold;}
a:hover {background-color: #211;}

