body {
	background-color:#006666;
	color:#000000;
	background:#006666;
	background-repeat:no-repeat;
}

h1 {
	text-align: center;
	padding: 5px;
}
h2 {
	text-align: left;
	padding: 5px;
}

p {
	color: #000;
	background-color: transparent;
	text-align: left;
	padding: 5px;
}

A:link {
	color:#000000;
	background-color: transparent;
	text-decoration:underline;
	font-size:100%;
	font-family:serif; 
	font-style:normal;
	}

A:active {
	color:#000000;
	background-color:transparent;
	text-decoration:none;
	font-size:100%;
	font-style:normal;
	font-family:serif;
	}	
A:hover {
	color:#003300;
	background-color:transparent;
	text-decoration:none; 
	font-size:100%;
	font-style:normal;
	font-family: serif;
	}
A:visited {
	text-decoration:none; 
	color:#336600;
	background-color:transparent;
	font-size:100%;
	font-family:serif;
	font-style:normal;
	}

div.spacer {
	clear: both;
  }

div.text {
	width: 70%;
	}

div.table-row {
	  background-color: transparent; border: none; color: #000000; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; padding: 0px;  width: 95%;
}

/* IE:lle (70% antaa sivusta vain puolet) */
div.vasen-rasia {
	margin: 0; padding: 0px; width: 95%;
}
/* Muille selaimille: */
html>body div.vasen-rasia {
	margin: 0; padding: 0px; width: 70%;
}

div.oikea-rasia {
	position: absolute; z-index:2;border: none; float: right; margin: 0; padding: 0px; width: 25%;
}
div.alaosa {
	width: 65%;
}

img {
	border: none; 
	padding: 5px;
}

.border {
	border: 1px solid #000; padding: 15px;
}

br {
	text-align: left;
}

ul, ol, li {
	text-align: left;
}

/* Variskaala */
.tvihrea{
	color: #003300;
	background-color: transparent;
}
.vvihrea{
	color: #33CC66;
	background-color: transparent;
}
.murvihrea{
	color: #336600;
	background-color: transparent;
}
.oks{
	color: #99CC00;
	background-color: transparent;
}

/* tausta */
.vaaltausta {
	color: #000000;
	background-color: #33CC66;
}

.vasen {
	float: left;
}

