
body {
	background-color: #abc;
	color: black;
	margin: 0;
}

a {
	text-decoration: none;
	color: #C00;
}

a:visited {
	color: #909;
}

a:active {
	color: #909;
}

img {
	border: 0px;
}

#content {
	padding: 0em 0.5em;
}

a:hover {
	text-decoration: underline;
}

.nav {
	background-color: #567;
	color: white;
	padding: 0.42em;
	margin: 0;
}

div.nav ul li:before { content: "\0020 \0020 \0020 \00BB \0020"; }
div.nav > ul > li:before { content: " "; }
div.nav ul {
	display: inline;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
div.nav li, div.nav p {
	display: inline;
}

.nav a:link    { color: #CCC; }
.nav a:visited { color: #999; }
.nav a:active  { color: #999; }

div.lang {
	float: right;
	padding-bottom: 0;
}

p.bottomleft {
	font-size: x-small;
	float: left;
}

p.bottomright {
	font-size: x-small;
	text-align: right;
}

/* Uhh... Interesting */
li > ul, li > ol, table {
	margin-bottom: 1em;
}

/* vim: set ts=4 sw=4 */

