body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #006699;

}
a {color: orange; text-decoration: none;}
a:hover {color: #ffffff; text-decoration: none;}

.input {
	font-family: arial;
	font-size: 9px;
	color: #ffffff;
	background-color: #999999;
	border-style: solid;
	border-width: 1 1 1 1;
	border-color: #307DA4;
}

.button {
	font-family: arial;
	font-size: 9px;
	color: #000000;
	background-color: #999999;
	border-style: solid;
	border-width: 1 1 1 1;
	border-color: #E26923;
}
