body
{
  background-image: url("/bg.png");
	font-family: Georgia, Times, serif;
	margin-left: 5%;
	margin-right: 30%;
}

img
{
	border: none;
}

.masthead
{
	border-bottom: solid thin;
}
ul
{
	list-style: none;
	font-style: italic;
	margin-bottom: 0.5em;
	border-bottom: solid thin;
}

/* An unordered list within another
unordered list */
ul ul
{
	list-style: none;
	font-style: normal;
	border-bottom: none;
}
table
{
	text-align: left;
	width: 100%;
}
