html {
	height: 100%;
}

body {
	background-color: black;
	background-image: url(images/background1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
	color: white;
	font-family: tahoma, arial, sans-serif;
	font-size: 16px;
	height: 100%;
}

b1 {
	color: #6BAC41;
	font-weight: bold;
}

.copyrightLink {
	color: white;
}
.copyrightLink:hover {
	text-decoration: none;
}

.link {
	font-weight: bold;
	color: #6BAC41;
}
.link:hover {
	color: #3951A0;
	text-decoration: none;
}
.imageLink {
	border: 2px solid #6BAC41;
}
.imageLink:hover {
	border: 2px solid #3951A0;
}

.contactEntryText {
	background-color: white;
	border: 1px solid black;
	padding: 2px;
	font-weight: bold;
	text-align: left;
}
.entryText {
	background-color: white;
	border: 1px solid black;
	padding: 2px;
	font-weight: bold;
	text-align: right;
}
.resultsText {
	background-color: black;
	border: 0px;
	color: white;
	padding: 2px;
	font-weight: bold;
}
.button {
	background-color: gray;
	border-left: 2px solid white;
	border-top: 2px solid white;
	border-right: 2px solid #696969;
	border-bottom: 2px solid #696969;
	color: white;
	font-weight: bold;
}
.button:hover {
	color: black;
}
