body
{
	font-family: sans-serif;
}

a
{
	text-decoration: none;
}

h1
{
	text-align: center;
}

h2
{
	text-align: center;
}

h3
{
	font-style: italic;
}

table
{
	border: 0px;
	width: 100%;
}

td
{
	background-color: white;
	vertical-align: top;
}

td.menu
{
	background-color: #c0c0c0;
	font-size: larger;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 17%
}

td.menu:hover
{
	background-color: #d0d0d0;
}

td.header
{
	background-color: #e0e0e0;
	font-weight: bold;
	text-align: center;
}

td.code
{
	font-family: monospace;
}

ul
{
	list-style-position: outside;
}
