body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, p, li, th, td {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	color: #333;
}

a {
	border-bottom: 1px solid #666;
	color: #000;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #000;
}

.indent {
	padding-left: 5px;
}

#page {
	padding: 5px;
	width: auto;
}

#sidebar ul
{
	list-style-type: none;
	margin: 0;
}

#sidebar ul li
{
	padding-bottom: 5px;
}