.text {
	font-family: Verdana, Tahoma, "Trebuchet MS";
	font-size: 10px;
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #336699;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.search-button {
	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #990000;
	background-color: #999999;
}
.text-field {
	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 10px;
	border: 1px solid #333333;
}
.border {
	border: 1px solid #000000;
}
.header {
	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	font-style: normal;
}

