body, html {
	margin: 0 auto;
	background-color: #99CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px; font-weight: normal; color:#000000;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#credits {
	width: 100%;
	border-top: 1px solid #666666;
	background-color: inherit;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: "century Gothic", Arial, sans-serif;
	font-style: normal;
	color: #993333;
	font-weight: bold;
	}

h1 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size:26px;
	}

h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size:24px;
	}

h3 {
	font-size:22px;
	}

h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size:20px;
	}
	
h6 {
	margin: 10px 10px 2px 20px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	}

#menu a {
	  text-decoration:none; 
	  background-color:#ffcc99; 
	  padding: 3px;
	  padding-left: 4px;
	  padding-bottom: 3px;
	  font: 12px Verdana, Arial, Helvetica, sans-serif;
	  color:#000; 
	  display:block; 
	  border:1px solid #fff;
	  border-color:#eee #777 #444 #ddd;
	  margin: 0 0 0 0;
	  width: 100%;
	  }
	
#menu a:hover {
	  background-color:#ddd; 
	  top:3px;
	  left:4px;
	  right:4px;
	  color:#000;
	  border-color:#444 #ddd #eee #777;
	  width: 100%;
  }


#main {
	padding: 5px 5px 20px 20px;
	border: none;
	text-align: left;
	font-size: 13px;
}

#menut a {
	display:block;
	width: 150px; height: 25px;
	margin: 0 3px 0 0;
	background-color: #ffcc66;
	color: #000000;
	border: none;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
}

#menut a:hover {
	width: 150px; height: 25px;
	margin: 0 3px 0 0;
	background-color: #cccc99;
	color: #000000;
	border: none;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
}