body {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #FFD800;
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: #000000;
	margin: 10px 0;
}
h1.ttl1 {
	text-align: center;
	color: #660000;
	border-top: 3px double #CC6700;
	border-bottom: 3px double #CC6700;
	background-color: #FDEF8E;
	margin: 5px 5%;
	font-family: "Tahoma, Arial";
	font-size: 2.5em;
	padding: 0px;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
table.frm {
	background-color: #FEED89;
	border: 4px dashed #CC6700;
}
.frm td {
	padding: 3px;
}
.wrap { margin: auto; width: 720px; }
.biglist1 a { font-size: 24px; font-weight: bold; line-height: 2em; }
.inlinelist ul { list-style-type: none; margin: auto; width: 700px; text-align: center; }
.inlinelist ul li { display: inline; margin: auto 7px; }