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