body {  
	background: url(/images/background.jpg);
        background-color: white;
        color: black;
        font-size: normal;
        font-weight: normal;
}

div.header {
	position: relative;
	width: 100%;
}

div.leftmenu {
	position: relative;
        margin-top: 1%;
	left: 3%;
	width: 12%;
	float: left;
        padding-top: .5em;
	padding-bottom: .5em;
        border: 2px solid black;
	text-align: center;
        background-color: white;
        font-weight: bold;
}

div.body {
	position: relative;
	width: 82%;
	margin-left: 18%;
}

div.news {
	position: relative;
	width: 68%;
	margin-left: 18%;
	border: 2px solid black;
	background: white;
	padding: .3em;
}

span.headline {
	position: absolute;
	text-align: center;
        background-color: white;
        font-weight: bold;
        border: 2px solid black;
	width: 83%;
	padding: .3em;
}

span.date {
	position: absolute;
	text-align: center;
        background-color: white;
        font-weight: bold;
        border: 2px solid black;
	left: 86%;
	width: 12%;
	padding: .3em;
}

a { color: black; }
a.small { font-size: small; }

