body {
	font-family: verdana; font-size: 70%;
	background-color: white;
}
input {
	border: 1px solid gray;
	font-size: 100%; font-family: verdana;	
	margin-right: 5px; margin-top: 10px;
	background-color: whitesmoke;
}
a {
	text-decoration: none; color: black;
}
a:hover {
	text-decoration: underline;
}
hr {
	height: 1px; color: black;
}
.contact {
	border-top: black thin solid;
	padding: 5px; color: gray;
	font-size: x-small; font-style: italic;
}
.linkbar {
	word-spacing: 15px;
}
.box {
	border: 1px solid silver;
	background-color: whitesmoke;
	padding: 5px;
	width: 97%;
	font-family: "courier new";
	font-size: 95%;
	text-align: left;
	margin-left: 10px;
}
form {
	margin-top: 25px;
}