body, html {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(/images/fullmoon2.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #C0C0C0;
	font-family: serif;
	font-size: 14px;
}

div#wrapper {
	padding: 10px;
}

/* PÄÄIKKUNA */
h2 {
	margin-top: 0px;
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h4#nimi {
	margin: 0px;
}
img.floatleft {
	float: left;
	padding-right: 5px;
}
img.floatright {
	float: right;
	padding-left: 5px;
}
a, a:visited, a:link, a:active {
	background: transparent;
	color: #80A0FF;
	text-decoration: none;
}
a:hover {
	background: transparent;
	color: #80FF80;
	text-decoration: underline overline;
}
#main {
	background: #152759;
	color: #C0C0C0;
}
.palkki {
	background: #152759;
	color: #C0C0C0;
}
#kirjoitettu, .small {
	font-size: 13px;
}
.pieni_teksti {
	font-size: 10px;
}
a.anchor, a:visited.anchor, a:link.anchor, a:active.anchor, a:hover.anchor {
	background: transparent;
	color: #C0C0C0;
	text-decoration: none;
}
ul {
	list-style-image: url(/images/list_item.png);
}
#huom {
	border: thin dotted;
	padding: 2px;
}
#quote {
	background: #213351;
	color: #C0C0C0;
	font-family: "Courier New", monospace; font-size: 15px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 4px;
}
.laskurivastaus {
	background: #213351;
}

/* copyright */
#copyright {
	background: #152759;
	color: #C0C0C0;
	font-size: 13px;
}
a.copyright, a.copyright:visited, a.copyright:link, a.copyright:active {
	background: transparent;
	color: #C0C0C0;
	text-decoration: none;
	font-size: 13px;
}
a.copyright:hover {
	background: transparent;
	color: #C0C0C0;
	text-decoration: underline;
	font-size: 13px;
}

/* NAVIPALKKI */
#navi {
	background: #152759;
	color: #C0C0C0;
}

a.navi, a:visited.navi, a:link.navi, a:active.navi {
	background: transparent;
	color: #C0C0C0;
	font-family: sans-serif;
	font-weight: bold;
}
a:hover.navi {
	background: transparent;
	color: #C0C0C0;
	font-family: sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
a#loginlink, a#loginlink:visited, a#loginlink:link, a#loginlink:active {
	color: #C0C0C0;
}
a#login, a#login:visited, a#login:link, a#login:active {
	background: transparent;
	color: #132A58;
	text-decoration: none;
}
a#login:hover {
	background: transparent;
	color: #133156;
	text-decoration: none;
	cursor: default;
}
#lisanavi {
	background: #152759;
	color: #C0C0C0;
}

/* Vieraskirja */
div#bbchelp {
	padding: 10px;
	background: #000000;
	color: #FFFFFF;
}
ul.bbchelp {
	list-style-image: none;
}