
body {
background-color : transparent;
font-size : 12pt;
font-family : 'Times New Roman', Times, serif;
color : #000000;
}
#masthead {
	border-bottom : 1px solid #cccccc;
	width : auto;
	height: 100px;
	background-image: url(images/Hecke.gif);
	text-align: right;
	vertical-align: bottom;
	 display:none;
	}
#masthead img {
	vertical-align: text-bottom;
		right: 0px;
		 display:none;
}
#navBar {
	float : left;
	width : 18%;
	text-align: left;
	background-color: #ECF2EC;
	 display:none;
}
#headlines {
	width : 200px;
	height: 100%;
	top: -10px;
	background-color: #ECF2EC;
	border: 1px solid #5B6B32;
	float: right;
	 display:none;
}
#headlines img {
	margin: 1px;
	text-align: center;
	vertical-align: middle;
	}
}
#content {
background-color : transparent;
padding : 0;
margin : 0;
}
a:after, a:link:after {
color : #000000;
background-color : transparent;
content : " * Link " attr(href) "* ";
}
a:visited:after {
color : #000000;
background-color : transparent;
content : " * Link " attr(href) "* ";
}

