@charset "utf-8";

#menu { border-color: #0099CC; }
#menu  div, .content div  { width: 100%; }

#menu img {
	display: inline;
	margin: 0px;
	border: none;
	float: none;
}
#menu a/* CSS Document */


 { display: none; }

#submenu { display: none; }

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

embed, object, img { float: none; }

h1 {
	margin-top: 20px;
	color: #0099CC;
}

a {
	color: #0099CC;
	font-weight: normal;
	text-decoration: underline;
}

p, h1, h2, #date { margin-left: 20px; }
