body {
  margin: 0;
  background-color:#CCFFCC;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:10px;
}

h1 { font-size:18px; color:#336699; }

h2 { font-size:14px; color:#0099FF; }

h3 { font-size:12px; color:#000000; }

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
#border {
	border-left-color:#666600;
	border-left-width:thin;
	border-left-style:groove;
	border-right-color:#666600;
	border-right-width:thin;
	border-right-style:groove;
}

#content {
	background-color:#FFFFFF;
	background-image: url(image/bg_grass.png);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
}

.copyright {
	text-align:right;
	background-color:#666600;
	font-size:10px;
	color:#FFFFFF;
}
#tbl {
	border:thin groove #666600;
}
#tbl td {
	border-left:thin groove #666600;
	border-bottom:thin groove #666600;
}
#tbl th{
	border-bottom:thin groove #666600;
	border-left:thin groove #666600;
}