body {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #1CA2E8;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
}
#inside {
	margin: 15px auto;
	width: 750px;
	background-color: #EEEEEE;
	border: solid 4px #FFF;
}
h1.ttl1 {
	font-size: 36px;
	color: #CD1F77;
	text-align: center;
	font-style: italic;
	background-color: #FFFFFF;
	border-bottom: 3px solid #AAAAAA;
	margin: 0 auto 30px auto;
}
table.frm {
	background-image: url(bgtable.gif);
	background-repeat: repeat-x;
	border: 3px double #CCCCCC;
}
a {
	color: #CD1F77;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #F1DEE8;
}
table.frm td {
	padding: 3px;
	background-color: #FFFFFF;
}
.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: 720px; text-align: center; }
.inlinelist ul li { display: inline; margin: auto 7px; }