body, td, input, select, option, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	border-width: 0px;
	background-image: url(back.jpg);
	background-color: #99FF66;
}

a:link, a:active, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.tooltip {
	background: #FFFFCC;
	padding: 5px;
	margin: 3px;
	border: solid 1px #000000;
}