body {
	background-color: white;
	color: black;
	font-family: verdana, tahoma, arial, sans-serif;
	margin: 0;
}

h1, #menu a, #menu h2, .date { font-weight: bold; }

h2 { font-size: 130%; }

img { border-width: 0; }

#content {
	padding-left: 2em;
	padding-right: 30px;
	margin: 0.5em 0 3em 8em;
	cursor: default;
}

h1 {
	font-size: 150%;
	width: 100%;
	text-align: center;
	text-shadow: #b1b1b1 0.2em 0.2em 0.2em;
	margin-top: 25px;
}

#menu {
	position: absolute;
	float: left;
	width: auto;
	height: auto;
	top: 25px;
	left: 12px;
	background-color: #eee;
}

#menu a {
	font-size: 90%;
	background-color: #e3e3e3;
	padding: 0 5px 0 5px;
	display: block;
	line-height: 150%;
	color: black;
	text-decoration: none;
}

#menu a:hover {
	background-color: #bbb;
	color: blue;
}

#menu h2 {
	width: auto;
	padding-left: 10px;
	margin: 0.1em 0 0 0;
	cursor: default;
	background-color: #700;
	color: white;
	text-align: left;
	font-size: 110%;
	line-height: 155%;
}

a {
	text-decoration: underline;
	color: blue;
}

#down {
	color: #666;
	font-size: 80%;
	border-top: 1px solid #aaa;
	text-align: center;
	margin-top: 20px;
}

#menu a.pr {
	color: darkred;
}
