body {
	font-size:80%;
	font-family:Georgia;
	padding:4em;
}
img {
	border:0px;
}
.head {
	height:5em;
	padding-left:4em;
	background-color:#eee;
}
.head h1 {
	font-weight:normal;
	font-family:Tahoma;
}
.item {
	height:2.5em;
	padding-left:4em;
}
.item h2 {
	font-weight:normal;
	font-family:Tahoma;
}
.inline {	
	display:inline-block;
	font-style:italic;
	font-size:0.8em;
	color:gray;
	vertical-align:middle;
	margin:1em;
}
.inline div{
	clear:both;
}
.quot {
	text-decoration:none;
}
.quot span {
	text-decoration:underline;
}
.bag img {
	position:absolute;
}
.last {
	clear:both;
	border-top:#eee 1px solid;
	margin-top:40px;
	padding-top:15px;
	text-align:right;
	font-family:Tahoma;
	line-height:1.5em;
}
.sticknote {	
	display:inline-block;
	font-size:1em;
	color:gray;
	vertical-align:middle;
	margin:1em;
	padding:1em;
	background-color:#f4f38f;
	width:20em;
}
.sticknote h3 {
	color:black;
	font-family:Arial;
	font-weight:normal;
}
.mailto{
	background: no-repeat url('/i/mail.png');
	padding-left:16px;
}
.rss{
	background: no-repeat url('/i/rss.png');
	padding-left:16px;
	background-position:left center;
}