html, body {
	font-family: Cambria, Georgia, 'Bitstream Vera Serif', serif;
}
h1 { font-size: 140%; }
h2 { font-size: 125%; }
h3 { font-size: 115%; }
h4 { font-size: 105%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }
h3, h4, h5, h6 {
	font-weight: normal;
	font-style: italic;
}
a {
	color: #c30;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: square outside;
	padding-left: 1em;
}
li {
	margin: 0.5em 0;
}
img {
	border-width: 0;
}
#info {
	text-align: right;
	font-size: 50%;
	color: #666;
}