body {
	color: #444;
	font-family: trebuchet ms, arial, verdana, deja vu, sans-serif;
	font-size: 10pt;
	background-color: #fff;
	width: 828px;
	margin: 2em auto;
	padding: 0;
}

div.title {
	background-color: #e8e8e8;
	position: relative;
}

div.title span {
	float: right;
	background-color: #e8e8e8;
}

div.title em {
	position: absolute;
	right: 1em;
	top: 0.5em;
	font-style: normal;
}

div.title a:visited {
	color: #00adef;
}

div.list {
    float: left;
    margin: 0 30px 15px 0;
}

div#footer {
    padding: 4px 20px;
    margin-top: 22px;
}

h1 {
    color: #666;
	margin: 0;
	padding: 4px 20px;
	font-size: 160%;
	font-weight: normal;
}

h2 {
    color: #666;
    margin-bottom: 3px;
    margin-top: 22px;
}

a {
	color: #00adef;
	text-decoration: none;
}

a.tiny {
    font-size: x-small;
}

a:visited {
	color: #0074a0;
}

a:visited:hover {
	color: #888;
}

a:hover {
	color: #888;
}

p {
	margin: 1em 10px;
	padding: 0 1em;
}

ul {
    color: #666;
    margin-top: 0px;
}

ul span {
	color: #444;
}

a img {
    border: 1px solid #888;
}
