body {
	background: url(ClipArt/Texture_wood_rotate.jpg) left top repeat;
}
ul.nav {
	margin: 30px 0 0 0;
	padding:  0 0 0 0;
	border-width: 0;
}
ul.nav a {
	display: block;
	font-style: italic;
}
ul.nav a:link, ul.nav a:visited {
	font-family: "Georgia";
	font-size: 1.05em;
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
}
ul.nav a:hover {
	font-family: "Georgia"; 
	color: #69c; 
	text-decoration: underline;
}
ul.nav a:active {
	font-family: "Georgia"; 
	color: orange; 
	text-decoration: underline;
}
li {
	list-style: none;
	margin-bottom: 10px;
	padding: 3px 0 3px 2px;
	text-align: center;
	margin-left: 0;
	background-color: #009900;
	border: 5px outset gold;
}

li:active {
	border: 5px inset gold;
	background-color: #660066;
}
.linktext {
	position: absolute;
	bottom: 10px;
	left: 35px;
	background-color: #F7EFCE;
	margin: 0;
	padding: 6px;
	font-size: 9pt;
	color: black;
	text-align: center;
	font-style: italic;
}
