
body {
	background: #FFF;
    font-family: sans-serif;
}

#container {
	margin: 3px auto;
	width: auto;
	max-width: 590px;
}

#footer_links {
	margin-top: 30px;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 5px 0 2px 5px;
}

h1, h2, h3 {
	padding: 7px 0 4px 5px;
	background: #EEE;
	border-bottom: 1px dashed #999;
	color: #000;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

p {
    line-height: 120%;
}

p.error {
    color: #900;
    border: 1px dashed #900;
    padding: 5px;
}

a {
	text-decoration: none;
}

a:link {
	color: #09C;
}

a:visited {
	color: #339;
}

a:hover {
	color: #393;
	text-decoration: underline;
}

a.listlink {
	color: #099;
	font-weight: bold;
}
