body {
	background-color: #004400;
	color: #ffff44;
}
hr.header {
	border-bottom: #FFFFFF 2px dotted;
}
body.navbar {
	margin: none;
	border-bottom: #FFFFFF 2px dotted;
	border-right: #FFFFFF 2px dotted;
}
a {
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;

}
a:hover {
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;

}
table {
	border: 2px solid #FFFFFF;
}
td {
	border: 1px solid #FFFFFF;
}
img {
	border: none;
}
.quote {
	font-style: italic;
	color: #99CCFF;
}
.reversecolours {
	background-color: #ffff44;
	color: #004400;
}