body {
	background-color: #000;
	background-image: url(images/new-back.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
body, p, td, li, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

h1 {
	color: #c00;
	font-size: 130%;
}

h3 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #c00;
}

h5 {
	font-size: 60%;
}

p, li {
	font-size: 70%;
	line-height: 1.5em;
	margin-bottom: 0.75em;
	margin-top: 0;
}

li {
	margin-top: 0;
	margin-bottom: 0.4em;
}

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #d00;
	text-decoration: underline;
}

.indent {
	margin-left: 25px;
}

.navigation {
	font-size: 60%;
	margin-bottom: 0.5em;
	margin-top: 0.25em;
}

.dark {
	color: #006 !important;
}

.footer {
	color: #ddd;
	font-size: 55%;
	clear: both;
	position: absolute;
	top: 570px;
	padding-bottom: 2em;
}

.footer a {
	color: #ddd;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer img {
	border-width: 0;
}

table.thumbs img, img#view {
	cursor: pointer;
}

table.thumbs {
	margin-bottom: 10px;
}

p.smaller {
	font-size: 55%;
	colour: #ccc !important;
	margin-top: 3px;
}