html, body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 11px;
}

form {
	margin: 0px;
	padding: 0px;
}

.invisible {
	display: none;
}

.visible {
	display: block;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
