html {
	background: #ddd;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a:link {
	color: #555;
	text-decoration: none;
}

a:visited {
	color: #222;
	text-decoration: none;
}

a:active {
	color: #777;
	text-decoration: underline;
}

a:hover {
	color: #aaa;
	text-decoration: underline;
}

ul {
	list-style: none;
}

ul li:before {
	content: "\00BB \0020";
}

hr {
	background-color: #000;
	border: 0;
	height: 1px;
}

#footer {
	margin-top: 0;
	font-size: small;
}
