h1 {
	margin-bottom: 15px;
	margin-top: -25px;;
}

h2 {
	margin-bottom: 15px;
	margin-top: 0px;
}

h4 {
	margin-bottom: 5px;
	text-decoration: underline;
}

h5 {
	font-size: 1em;
	font-style: italic;
	margin-top: 0.5em;
	margin-bottom: 0px;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 1.5em;
	max-width:48em;
}

hr {
	margin: 30px auto 5px 0px;
}

.link, .mail, .pdf {
	line-height: 3em;
	padding-left: 37px;
}

.mail {
	background: url(../images/mail.png) no-repeat 16px center;
}

.pdf {
	background: url(../images/pdf.png) no-repeat 16px center;
}

.menu {
	width: 270px;
}

.datebox {
	font-size:60%;
	float:right;
	top:10px;
	position:relative;
	text-align:right;
}

.screenshot {
	width: 210px;
	height: 147px;
	background: url(../images/ss_bg.png) no-repeat left top;
	padding-left: 14px;
	padding-top: 14px;
	font-size: 0.7em;
	float: left;
	margin-bottom: 20px;
}

.screenshot:hover {
	background: url(../images/ss_bg_hover.png) no-repeat left top;
}

.screenshot img {
	border: 1px silver solid;
	margin-bottom: 12px;
}

.screenshot div {
	margin-left: 1px;
	padding-left: 5px;
	padding-right: 5px;
	width: 170px;
}