.menutop {
	color: #FFFFFF;
	background-color: #FF0000;
	font-size: 18px;
	font-weight: bolder;
	text-align: right;
	padding: 8px;
	border-top-style: solid;
	border-top-color: #993300;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}
.menutop a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	background-color: #993300;
	line-height: 18px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 2px solid #996600;
}
.menutop a:hover {
	background-color: #FFCC00;
}
.menuleft {
	background-color: #FFB087;
	color: #192324;
	font-size: 18px;
	font-weight: bolder;
	padding: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #993300;
	font-family: "²Ó©úÅé";
}
.menuleft a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	display: block;
	margin: 2px;
	padding: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.menuleft a:hover {
	background-color: #FFB087;
	color: #FF0000;
}
.footer {
	color: #FFFFFF;
	background-color: #FF0000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	text-align: right;
	font-weight: bolder;
	background-position: left;
	padding: 7px;
	font-size: 12px;
}
body {
	color: #FFFFFF;
	background-color: #FFB087;
}
.text {
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px;
}
.line4 {
	border: 1px solid #FFFFFF;
}
