html{
	padding: 0px;
	margin: 0px;
}
body{
	width: 900px;
	height: 700px;
	font-family: Verdana, Skia, sans-serif;
	font-size: 2em;
	color: #DAA520;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	margin: 5% auto;
	padding: 0;
}
td a{
	color: #336666;
	text-decoration: none;}
td a:hover, #nav ul li a:focus{
	color: #556B2F;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
td a:active {
	color: #000; 
	text-decoration: none;
}
td a:visited {
	color: #000;
	text-decoration: none;
}