.splash {
	background-image: url(images/bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body {
	background-color: #000000;
	margin-top: 40px;
}
.image {
}
.image a:link {
	text-decoration: none;
}
.image a:hover {
	background-color: #00CC33;
	border: thin solid #00CC33;
}
.image a:visited {
	text-decoration: none;
}
.image a:visited, hover {
	background-color: #00CC33;
	border: thin solid #00CC33;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00CC33;
}
.italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.bigreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #00CC33;
}
