body {
	background-image: url(images/green_1x3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0c7c6e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	cursor: crosshair;
  }
#LeftColumn {
	color: #b2e2c3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-color: #08685C;
	border-right: 1px solid;
}

#LeftColumn a {
	color: #6ed492;
	text-decoration: none;
}

#LeftColumn a:hover {
	color: white;
	text-decoration: line-through;
}

#Content {
	color: #b2e2c3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-color: #08685C;
	border-left: 1px solid;
}

#Content a {
	color: #6ed492;
	text-decoration: none;
	font-weight: bold;
}

#Content a:hover {
	color: white;
	text-decoration: line-through;
}

#Content p,h1,h2,h3,h4,h5,h6 {
	margin-left: 10px
}

#MiniBar {
	color: #b2e2c3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#MiniBar a {
	color: #6ed492;
	text-decoration: none;
	font-weight:bold;
}

#MiniBar a:hover {
	color: white;
	text-decoration: underline;
}

.disclaimer {
	font-size: xx-small;
}
.spoiler {
	background-color: #0c7c6e;
	color: #0c7c6e
}
h5 {
	font-size: 18px;
	font-weight: bold;
}
.header {
	background-color: #08685c;
	font-size: 14px;
	font-weight: bold;
}