#navi, #link {
	display: none;
}body {
	background : #FFFFFF;
	font-family:'Lucida Grande';
	color: #444;
}

#head, #content {
	background-image: none;
	background-color: transparent;
}
#logo, #logo h1, #logo a, #logo span {
	background: #ffffff;
	position: static;
	height: 120px;
}
#logo img {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0;
	right: 0;
}
a:link, a:visited {
	color: #002a55;
	font-weight: bold;
	text-decoration: none;
	background: white;
}

a.extern:after {
	content: " (" attr(href) ") ";
	font-size: 90% 
}
