a:link{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: red;
	text-decoration: none;
	font-weight: bold;
}


div#my_navigation{
	position: absolute;
		top: 50px;
		left: 10px;
	width: 100px;
	min-height: 50px;
}

div#my_body{
	border: 1px black solid;
	padding: 5px;
	position: absolute;
		top: 70px;
		left: 115px;
	max-width: 1000px;
	min-height: 100px;
}

div#my_footer{
	border: 0px;
	position: relative;
		top: 300px;
}

div#my_title{
	background-color: #beccff;
	border-bottom: 1px dashed black;
	border-top: 1px dashed black;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
		top: 10px;
		left: 0px;
	vertical-align: middle;
	width: 100%;
	height: 35px;
}

img#florian{
	float: right;
	margin: 10px;
}

img{
	border: 0px;
}

p.journal_heading{
	font-weight: bold;
}

span.bold{
	font-weight: bold;
}

