@charset "utf-8";

a {
	color: #09f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.large, .exlarge {
	font-size: 220%;
	color: #f60;
	line-height: 140%;
}
.exlarge {
	font-size: 340%;
}
.orange {
	color: #f60;
	font-weight: bold;
}
.green {
	color: #0C6;
}
/******************** box ********************/
div#box {
	width: 790px;
	text-align: left;
	margin: auto;
	min-height: 620px;
}
div#box:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*html div#box {
    height: 0em;
	height: 620px;
}

/******************** tabs ********************/
p#menu-tab {
	background:  url("/wp-content/uploads/2025/08/menu-extra.gif") top no-repeat;
}
ul#menu {
	background:  url("/wp-content/uploads/2025/08/menu-extra.gif") bottom no-repeat;
}
ul#menu li {
	border-right: 1px solid #cfb;
	color: #efd;
}

/******************** h ********************/
p.next {
	text-align: center;
	font-size: 140%;
	margin: 20px auto 20px;
}




