body {
	background: #000 url("images/background.gif") repeat fixed;
	color: #fff;
	font-family: arial,sans-serif;
}
a:link {
	color: #036;
	font-weight: bold;
}
a:visited {
	color: #369;
	font-weight: bold;
}
a:hover {
	color: orange;
}
h1,h2,h3,h4,h5,h6 {
	text-align: center;
	color: #069;
}
.panel-table {
	background-color: #5cf;
	color: #000;
	width: 700px;
	margin-top: 1.5em;
}
.panel-header {
	background-color: #069;
	color: #fff;
	padding: 1em;
	text-align: center;
}
.logo {
	font-size: 170%;
	font-weight: bold;
	letter-spacing: -2pt;
}
.logo-younglife {
	color: #39c;
	font-size: 200%;
}
.panel-side {
	background: #39c url("images/background-side.gif") repeat fixed;
	color: #fff;
	padding: 0.75em;
	width: 130px;
	font-size: small;
}
.panel-side a:hover {
	color: #fff;
}
.panel-content {
	background-color: #fff;
	color: #000;
	padding: 1em;
	padding-bottom: 2em;
}
.panel-content table {
	color: #000;
}
.panel-content img[align="left"] {
	margin-right: 1em;
}
.panel-content img[align="right"] {
	margin-left: 1em;
}
.footer {
	margin-top: 0.5em;
	margin-bottom: 2em;
	color: #39c;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 1pt;
}
.center {
	text-align: center;
}
.date {
	letter-spacing: 9pt;
	font-size: small;
	color: #9ef;
}
.announce {
	margin-top: 1em;
	font-size: x-large;
	font-weight: bold;
	color: #39c;
}
.panel-side li {
	list-style: none outside;
}
.panel-side ul {
	margin-left: -3.5em;
}
dd + dt, dt + dt {
	margin-top: 1em;
}
.panel-side dt {
}
.panel-side dd {
	margin-left: 0.5em;
	margin-top: 1em;
}
layer table[border="2"] {
	visibility: hidden;
	position: fixed;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
