#menu td{
	text-align: center;
}
#menu a:link {
	font-family: "High Tower Text";
	font-size: 20px;
	color: #FFFF00;
	text-decoration: none;

}
#menu a:visited {
	font-family: "High Tower Text";
	font-size: 20px;
	color: #FF9900;
	text-decoration: none;

}
#menu a:hover {
	font-family: "High Tower Text";
	font-size: 20px;
	text-decoration: underline;
}
#menu a:active {
	font-family: "High Tower Text";
	font-size: 20px;
	color: #FF9900;
	text-decoration: underline;
}
body {
	background-image: url(../images/Corkl.jpg);
}