@CHARSET "UTF-8";

body {
	text-align: center;
	line-height: 1.5em;
		
	color: #eeeeee;
	background-color: #333333;

	font-family: "Georgia", sans;
	font-size: 1em;
}

h1 {
	margin-top: 2em;
	
	font-size: 1.8em;
	font-weight: normal;
	font-family: "Trebuchet MS", "Arial", sans;
	}

.underlined {
	text-decoration: underline;
}

a {
	color: #eeeeee;
}

