body
{
	background-color: #ccc;
	color: #FFCD41;
	width: 55em;
	margin: auto;
}

img
{
	border-style: none;
	text-decoration: none;
} 

#header {
background-color: #99a;
-moz-border-radius: 0em 0em 0.5em 0.5em;
	-webkit-border-radius: 0em 0em 0.5em 0.5em;
	-khtml-border-radius: 0em 0em 0.5em 0.5em;
	border-radius: 0em 0em 0.5em 0.5em;

}

/* Header */
h1 {

	font-family: Courier New;
	font-size: 1.5em;
	margin: 0em 0em 0.5em 0em;
padding: 1em 0em 0.5em 0.5em;
}

ul#navlist {
	margin: 0px;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
	font-family: Courier New;
	font-size: .9em;
}

#navlist a {
	padding: .3em .7em .1em .7em; 
	-moz-border-radius: 0em 0em 0.4em 0.4em;
	-webkit-border-radius: 0em 0em 0.4em 0.4em;
	-khtml-border-radius: 0em 0em 0.4em 0.4em;
	border-radius: 0em 0em 0.4em 0.4em;
}

#navlist a:link, #navlist a:visited {
	color: #050A60;
	background: #bbbbaa;
	text-decoration: none;
}

#navlist a:hover {
	color: #82B6F9;
	background: #050A60;
	text-decoration: none;
}

#footer {
	float: left;
	margin: 1em 0em 1em 0em;
	text-align: center;
}

#footer cite { font-size: 0.6em; }

