body { 
	position: absolute;
	height: 100%;
	background-color: white;
	margin-top: 0px;
	margin-left: 0px;
}

form {
	margin: 0px 0px 0px 0px;
}

a:link { color: blue; text-decoration: none; }

a:visited { color: blue; text-decoration: none; }

a:hover { color: blue; text-decoration: none; }

a:active { color: blue; text-decoration: none; }

