.headline{
	background: #5af;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
	display: table;
	width: 100%;
}

.header{
	font-weight: bold;
	font-size: 12px;
	margin: 3px;
	float: left;
	text-align: left;
}

.date{
	font-size: 12px;
	margin: 3px;
	color: white;
	width: 120px;
	float: right;
	text-align: right;
}

.descr{
	font-size: 12px;
	width: 100%;
	margin-bottom: 2em;
	margin-top: 1em;
	text-align: justify;
}

.doclink{
	color: black;
	text-decoration: none;
}

.doclinkheader{
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.doclinkmore{
	color: blue;
	text-decoration: underline;
}

.pageskipper{
	margin-right: 10px;
	margin-top: 15px;
	float: right;
}

.skiplink{
	text-decoration: none;
	color: #5af;
}

.skiplinkbold{
	text-decoration: none;
	font-weight: bold;
	color: #5af;
}


