body
{
  font-family: "Georgia", serif;
  margin: 0px;
  padding: 0px;
  background: white;
}

#contentbox
{
	margin-left: 10px;
	margin-top: 5px;
}

table
{
  border-collapse: collapse;
}

.left-hand-side
{
	text-align: right;
	font-weight: bolder;
	padding-right: 10px;
}

.right-hand-side
{
	text-align: left;
	padding-left: 10px;
}

td
{
	padding-top: 5px;
	padding-bottom: 5px;
}

tr
{
	border-bottom: 1px dashed #ccccff;
}

.last-in-group
{
	border-bottom: 2px solid #ccccff;
}

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

a:visited
{
	color: red;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: white;
	background: #4444ff;
}

#footer
{
	margin-top: 10px;
	font-size: small;
	font-style: italic;
}

