a {
 color: #000000;
 text-decoration: underline;
}

a:hover {
 text-decoration: underline;
}

body {
        font-family: Arial, Helvetica, Sans-serif;
        font-size: 12px;
        background-color: #EFEFEF;
	line-height: 18px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}

div#nav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
}

#nav {
	font-size: 9px;
}

#headline {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #222266;
	border-bottom: 1px solid #000000;
	padding-left: 2px;
	padding-bottom: 5px;
}

#headline a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #222266;
}

#headlinesep {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#copyright {
	font-size: 10px;
	text-align: center;
}
