body {
	font-family: serif;
	text-align: center;
	background-color: #ffcc66;
	color: #efefef;
}


div#body {
	width: 900px; height: 480px;
	margin-left: auto; margin-right: auto;
	background-color: #ffcc66;
}


A:link {
	text-decoration: underline;
	color: #000000;
}


A:visited {
	text-decoration: underline;
	color: #000000;
}


A:hover {
	text-decoration: underline;
	color: #ffffff;
}


A:active {
	text-decoration: underline;
}


img {
	border-width: 0;
}


h1 {
	color: #cc0000;
	margin-left: 25px;
}

a.textlink:link, a.textlink:visited {
		color: black; text-decoration: underline;
	}

	a.textlink:hover {
		color: red; text-decoration: none;
	}

a.whitelink:link, a.whitelink:visited {
		color: #ffcc66; 
	}
	a.whitelink:hover {
		color: #ffcc66;
	}