#main
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: white;
	border: 1px solid #e0e0ff;
	-moz-border-radius: 10px;
}
#stuff
{
    padding-left: 20px;
}

h1
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background-color:#f0f0ff;
    	color:silver;
	border-bottom:solid 1px #e0e0ff;
	padding-left: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
h2
{
	color: silver;
	padding-left: 10px;
	border-bottom:solid 1px #e0e0ff;
}

pre
{
	margin-top: 0;
	padding: 10px;
	background-color: #f0f0ff;
}
#footer
{
	margin-top: 15px;
	margin-bottom: 0;
	padding: 10px;
	background-color: #f0f0ff;
	border-top: 1px solid #e0e0ff;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

#stuff #stable tr
{
    margin: 0;
}
#stuff #stable tr td
{
    margin: 0;
    padding-left: 10px;
}

#stuff #stable tr td a
{
    text-decoration: none;
    color: #010101;
}
#stuff #stable tr td a:hover
{
    text-decoration: underline;
}

#stuff #stable tr.odd
{
    background-color: #f0f0ff;
}
