body
{
	font-family: sans-serif;
  font-size: 0.89em;
	color: black;
	background-color: #49B4FF;
	background-image: url("background.gif");
	background-repeat: no-repeat;
  line-height: 115%;
}

li {
  margin-bottom: 0.6ex;
}

.toplink
{
	font-weight: bold;
	color: white;
}

.box
{

	background-color: white;
	padding: 2ex;
	margin: 30px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	/*color: inherit;*/
}

a
{
	color: blue;
	/*background-color: inherit;*/
	text-decoration: underline;
}

a:hover
{
	/*background-color: inherit;*/
	color: red;
	text-decoration: none;
} 

h1 {
	font-size: 2.0em;
	font-family: Garamond, serif;
	color: white;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
}

.strike {
  text-decoration: line-through;
}

