/* --- This controls the actual form page only --- */

body {
	background: #000;
	color: #FFF;
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 14px;
}
div.water {
	background: transparent;
	color: #404040;
	font-size: 30px;
	font-weight: bold;
        position: absolute;
        left: 200px;
	top: 500px;
}
a:link, a:visited {
	color: #FFF;
	background: transparent;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F00;
	background: transparent;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
/* for testing only - delete the .x */
.xdiv{
	border-style: dotted;
	border-width: 1px;
}
