body {
	font-family : Verdana;
	font-size : 11px;
	margin : 0;
}
.inputtext {
	font-family : Verdana;
	font-size : 11px;
}
.button {
	font-family : Verdana;
	font-size : 11px;
}
td {
	font-family : Verdana;
	font-size : 11px;
}

.header {
	font-family : Verdana;
	font-size : 13px;
	font-weight : bold;
}
h3 {
	font-family : Verdana;
	font-size : 13px;
	font-weight : bold;
}

a:link {
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
	color : #006400;
	font-weight : bold;
}

a:visited {
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
	color : #006400;
	font-weight : bold;
}

a:hover {
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
	color : #006400;
	background-color : #FFFF00;
	font-weight : bold;
}