/*
	Ekkart Kleinod
	rankinglist.sourceforge.net
*/

/*
	Overall definitions
*/
body {
	font-family: sans-serif;
	font-size: normal;
	margin: 2% 10% 2% 3%;
	padding: 0;
	color: black;
	background: url(logo.png) no-repeat 95% 5% fixed white;
}

header, footer, nav, article {
	display: block;
}

header {
	width: 100%;
}

article {
	width: 60%;
	float: left;
}

nav {
	width: 37%;
	float: right;
}

footer {
	clear: both;
	width: 100%;
}

/* links */
a {
	color: grey;
}

a:visited {
	color: grey;
}

/* header */
header h1 {
	font-size: 200%;
}

/* footer */
footer {
	font-size: smaller;
	font-style: italic;
}

/* lists */
dt {
	padding-top: 2ex;
	padding-bottom: 1ex;
}

/* other */
.mono {
	font-family: monospace;
	font-style: normal;
}

/* EOF */

