body {
	background-color: #fafafa;
	color: #000;
	text-align: center;
}

a {
	background-color: #fafafa;
	color: #00f;
}

a:hover {
	background-color: #fafafa;
	color: #f00;
}

a:visited {
	background-color: #fafafa;
	color: #808;
}

h1 {
	font-size: 2.0em;
	font-weight: bold;
}

h2 {
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
}

#pagelayout {
	background-color: #fafafa;
        margin: 0 auto;
	text-align: left;
	width: 650px;
        height: 100%;
}

#header {
	text-align: center;
}

	#header ul, #header li {
		display: inline;
	}

	#header li {
		font-size: 1.1em;
		margin: 0 0.5em;
	}  
