body {
	background: #91006a;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

a {
	color: #FFFFFF;
}

a:visited {
	color: #AAAAAA;
}

.menu {
	font: 12pt sans-serif;
	font-weight: bold;
	color: #ffffff;
	margin-left: 1.5em;
	padding-left: 0;
	list-style-type: none;
}

.menu a { color: #ffffff; text-decoration: none; }
.menu a:link { color: #ffffff; text-decoration: none; }
.menu a:visited { color: #ffffff; text-decoration: none; }

.menu li {
	float: left;
	
	border-style: solid;
	border-color: white;
	border-left-width: 1px;
	border-bottom-width: 3px;
	border-right-width: 0;
	border-top-width: 0;

	min-width: 6em;
	padding: 0.5em 0.5em 0.33em 1em;
}
.menu li.active {
	border-bottom-width: 0px;
	border-top-width: 3px;
}
.menu li:first-child {
	border-left-width: 0px;
}
.menu li.active:first-child {
	border-left-width: 1px;
}

#footer {
	font-size: 0.8em;
	margin-top: 2em;
	clear: both;
}