body {
	background: #fff;
	color: #000;
	font-family: Verdana, serif;
	text-align: justify;
	z-index: 0;
}
a:link { color: #06348d; text-decoration: underline; }
a:visited { color: #06348d; text-decoration: none; }
a:active { color: #06348d; text-decoration: none; }
a:hover { background: #cdf; }


#headline,h1.title {
	border: solid #06348d;
	border-width: 0.2em 0px 0.2em 0px;
	background: #cdf;
	padding: 1em 0px 1em 0px;
	text-align: center;
}

h1 {
	font-family: sans-serif;
	font-size: 200%;
	font-weight: bolder;
}

h2 {
	font-family: sans-serif;
	color: #06348d;
	font-size: 120%;
	font-weight: normal;
}

#quicklinks {
	border: solid 2px #06348d;
	margin-top: 1em;
	padding: 1em;
	font-family: sans-serif;
	font-size: 0.7em;
	position: fixed;
	right: 3px;
	width: 7em;
	background: #fff;
	z-index: 2;
	float: right;
}
#quicklinks ul { padding-left: 1em; margin: 0px; border: 0px; }
#quicklinks a { display: block; }

#intro,#dl,#press,#contrib { margin-right: 7em; }

#footer {
	height: 5.5em;
	border: solid 2px #06348d;
	font-family: sans-serif;
	font-size: 0.7em;
	padding: 1em;
	}
