BODY {
	font-family: verdana;
	font-size: 11px;
	background: #000022;
	color: #000000;
}

A:link {
	color: #000000;
	text-decoration: none;
	border-bottom-style: solid;
	border-color: #000000;
	border-width: 1px
}

A:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-style: solid;
	border-color: #000000;
	border-width: 1px
}

A:active {
	color: #000000;
	background: #000000;
	text-decoration: none;
	border-bottom-style: solid;
	border-color: #000000;
	border-width: 1px
}

A:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-style: solid;
	border-color: #000000;
	border-width: 1px
}

TD.main {
	padding: 5px;
	background: #DDDDDD;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF
}

.navbar {
	font-weight: bold;
	border-style: none;
	color: #FFFFFF
}

TD.navbar {
	line-height: 150%;
	padding-right: 10px
}

IMG.left { 
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	border: solid black;
	border-width: 1px
}

IMG.right { 
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	border: solid black;
	border-width: 1px
}


.title {
	font-size: 24px
}

.faint {
	font-size: 9px
}

.question {
	font-weight: bold
}

.answer {
	font-weight: bold
}