body {
	color: black;
	background: #ffffcc;
	width: 760px;
	line-height: 1.6em;
	margin: 10px auto;
	padding: 10px;
	font-size: 0.9em;
}

#footer {
}

a {
	color: blue;
	text-decoration: underline;
}

a:link {
	color: blue;
}

a:visited {
	color: #990099;
}

a:hover {
	background-color: blue;
	color: white;
}

blockquote {
	background: #ccffff;
	padding: 0.5em;
	border: dotted 2px red;
}

blockquote.brown {
	background: #ffcc33;
	border: solid 2px black;
}

h1 {
	font-size: 1.5em;
	text-align: center;
}

h2 {
	font-size: 1.2em;
	text-align: center;
}

img {
	border-width: 0px;
	vertical-align: middle;
}

strong {
	font-weight: bold;
}

li {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

/*	Table	*/

table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px black;
	line-height: 1.6em;
	background-color: #ccff66;
}

td, th {
	border: solid 1px black;
	padding: 5px;
}

td.current {
	background-color: #ffcc33;
}

table caption {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom: 0.5em;
}

.indent {
	text-indent: 1.0em;
}

#whole {
	background-color: white;
	border: solid 1px black;
	padding: 15px;
}

.copyright {
	font-family: Arial, serif;
	font-size: 0.9em;
	font-style: italic;
	color: blue;
}

.quote {
	font-size: 0.9em;
}

.message {
	font-size: 1em;
	text-indent: 1.0em;
	line-height: 1.3em
}

/*	Text Alignment	*/

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.b {
	font-weight: bold;
}

.ul {
	border-bottom: solid 1px black;
}

.caution {
	color: red;
	font-weight: bold;
}

.locator {
	width: 732px;
	font-weight: bold;
	background: #ccccff;
	margin: 0px;
	padding: 0.2em 1em;
	border: solid 1px black;
}

.warning {
	color: red;
	font-weight: bold;
}

.recommended {
	color: yellow;
	background-color: blue;
	font-weight: bold;
}

.finished {
	background-color: #ccffff;
}

.str_finished {
	color: yellow;
	background-color: blue;
	font-weight: bold;
}


.boxcaption {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

#head {
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 760px;
	height: 70px;
	color: black;
	font-size: 0.9em;
	background-color: white;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: black;
}

#head #hd_left {
	float: left;
	top: 0px;
	left: 0px;
	color: black;
	height: 68px;
	width: 345px;
	margin: 2px;
}

#head #hd_right {
	float: left;
	top: 0px;
	color: black;
	height: 68px;
	width: 400px;
}

#head #hd_left a:hover {
	color: blue;
	background-color: yellow;
	display: block;
}

#greeting {
	width: 730px;
	background: #ccffff;
	padding: 1em;
	border: dotted 1px blue;
	margin: 0px;
}

#main {
	width: 760px;
	height: 500px;
	padding: 0px;
	margin: 10px auto;
}

#menu {
	float: left;
	left: 0px;
	top: 0px;
	width: 230px;
	height: 480px;
	background: #ffcc33;
	border: solid 1px black;
	padding: 0px;
	margin: 0px;
	line-height:1em;
}

#menu .menutitle {
	color: white;
	background-color: black;
	text-align: center;
	font-weight: bold;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px 0px 10px;	
}

#menu ul li {
	padding: 0px;
	margin: 8px 5px 0px 0px;
}

#menu a {
	color: blue;
	text-decoration: none;
}

#menu a:hover {
	background-color: blue;
	color: white;
}

#subcontent {
	float: left;
	left: 255px;
	top: 0px;
	width: 310px;
	height: 480px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

/*	What's new	*/

#whatsnew {
	float: left;
	width: 200px;
	height: 480px;
	background: #99ff66;
	border: solid 1px black;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	overflow: auto;
	line-height:1em;
}

#whatsnew .menutitle {
	color: white;
	background-color: blue;
	text-align: center;
	font-weight: bold;
}

#whatsnew ul {
	list-style-type: none;	
	padding: 0px;
	margin: 10px 0px 0px 10px;
}

#whatsnew ul li {
	padding: 0px;
	margin: 8px 5px 0px 0px;
}

/*	Event Information	*/

#eventlistbox {
	width: 760px;
	background-color: #ccffff;
	border: solid 2px black;
	padding: 0px;
	margin: 0px auto;
}

#eventlistbox .caption {
	color: white;
	background-color: #339999;
	text-align: center;
	font-weight: bold;
}

#eventlistbox ul {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 20px;
}

#eventlistbox li {
	margin-right: 20px;
	padding-bottom: 10px;
}

/*	Counters	*/

#counter {
	margin: 0px auto 20px auto;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#counter img {
	vertical-align: middle;
}

.new, .updated {
	color: red;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, serif;
}

.date {
	font-weight: bold;
}

/*  Link Both Ways	*/

#linkbothways_container {
	background-color: #99ff99;
	width: 745px;
	height: 100px;
	padding: 5px;
	margin: 10px auto;
	border: solid 2px #00cc33;
}

/*	Webring	*/

#webring {
	width: 160px;
	height: 70px;
	float: left;
	margin: 0px;
}

#webring table {
	width: 120px;
	background-color: white;
	border: solid 1px black;
	padding: 0px; 
	text-align: center;
	border-collapse: collapse;
}

#webring th {
	background-color: #339999;
	color: white;
}

#webring a {
	color: blue;
	text-decoration: underline;
}

#webring a:hover {
	color: white;
	background-color: blue;
	display: block;
}

.linkbothways {
	float: left;
	width: 100px;
	height: 40px;
}

button {
	color: black;
	background-color: #ff9900;
}

/*	@āE𕶗p	*/

.L1 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin-left: 0.0em;
	line-height: 1.5em
}

.L2 {
	font-size: 1.2em;
	text-align: left;
	margin-left: 1.4em;
	line-height: 1.5em;
}

.L3 {
	font-size: 1.0em;
	text-align: left;
	margin-left: 3.6em;
	line-height: 1.5em;
}

.L4 {
	font-size: 1.0em;
	text-align: left;
	margin-left: 4.6em;
	line-height: 1.5em;
}

.L2 ol,ul {
	margin-top: 0.2em;
}
