body {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #EFEFEF;
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: #000000;
	margin: 5px 0;
}
h1.ttl1 {
	color: #CD1F77;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	font-style: italic;
	background-color: #F0EEEF;
	border-top: 3px double #333333;
	border-bottom: 3px double #333333;
}
table.frm {
	background-image: url(bgtable.gif);
	background-repeat: repeat-x;
	border: 3px double #FFFFFF;
}
a {
	color: #CD1F77;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #F1DEE8;
}
table.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: 720px; text-align: center; }
.inlinelist ul li { display: inline; margin: auto 7px; }