@charset "UTF-8";
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
}
#menu {
	padding: 10px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
	color: #FF3300;
}
#apDiv2 {
	color: #FF3300;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
	padding: 10px;
}
.background {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF3300;
	background-color: #FFFFCC;
	text-align: center;
	float: none;
	height: auto;
	width: auto;
	margin-top: -15px;
	margin-right: -10px;
	margin-bottom: -15px;
	margin-left: -15px;
}
