body {
	background-image: url('/images/background.gif');
	background-repeat: no-repeat;
	margin: 60px 30px 20px 200px;
	font-family: verdana, arial, sans-serif;
	font-size:100%;
	}
a {
	color: #006666;
	text-decoration: none;
	}
a:visited {
	color: #00AAAA;
	}
a:hover {
	color: #FF0000;
	font-style: italic;
	}
a:active {
	color: #00FF00;
	}


.navigation {
	font-size: 80%;
	text-align: right;
	margin:0 -20px 20px 0;
	}
.title {
	color: #BB0000;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
	}
.question {
	font-weight: bold;
	margin:1.5em 0 -0.25em 0;
	}


li {
	margin: 0 0 0.5em 0;
	}

dt {
	font-weight: bold;
	margin: 1em 0 0 1em;
	}
dd {
	font-style: italic;
	margin: 0.5em 0 0 3.5em;
	}
