html,body {
	color: #999999;
	margin: 0;
	padding: 0;
	text-align: left;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #333333;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #000000;
}
html {
	background-color: #000000;
	color: #999999;
}
body.blank {
	background-color: gray;
	width: 100%;
	height: 100%;
}
body {
	font-size: 95%;
	line-height: 160%;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", "MS Serif", "New York", serif;
}

h1 {
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", "MS Serif", "New York", serif;
	color: white;
	font-style: italic;
	font-size: 150%;
	line-height: 200%;
	margin: 0px; /* Fixefox tarvii tän tai muuten jää väliä yläpuolelle... */
	padding: 0px 0px 15px 0px;
}
h2 {
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", "MS Serif", "New York", serif;
	color: white;
	font-style: italic;
	font-size: 110%;
	line-height: 150%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
h2.news {
	color: #FF6633;
}

#container {
	text-align: left;
	background-color: black;
	line-height: 160%;
	color: #999999;
	width: auto;
	padding: 10px 20px 0px 25px;
	margin: 0px;
}
#container p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
#container ul {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	line-height: 140%;
	list-style: circle inside;
}
#container ul.uutiset {
	padding-left: 0px; 
}


#container table {
	margin: 0px;
	padding: 0px;
}
#container tr {
	margin: 0px;
	padding: 0px;
}
#container td {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	line-height: 130%;
}
#container td.tilastomerkinnat {
	font-size: 90%;
	padding-left: 0px;
	color: #666666;
}

#container b {
	color: #CCCCCC;
}

#header {
	background-image: url(otsikko_sini.jpg);
	background-repeat: no-repeat;
	background-color: Black;
	height: 100px;
	margin: 0px;
}
#leftcolumn {
	background-image: url(menu_sini.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 135px;
	float: left;
	height: 550px;
	margin: 0px;
}
#leftcolumn ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 3px;
}
#leftcolumn li.top {
	margin: 0px;
	padding: 0px;
	border: none;
}
img.menu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #333333;
	vertical-align: bottom;
}
#leftcolumn p {
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	line-height: 150%;
	text-align: left;
}
#leftcolumn a {
	display: block;
	padding: 3px 0px 3px 10px;
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", "MS Serif", "New York", serif;
	text-decoration: none;
	color: #f0cd21;
	background-color: #212121;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
width: 124px
}
html>body #leftcolumn a {
width: 112px
} 
#leftcolumn a:visited {
	background-color: #212121;
	color: #f0cd21;
}
#leftcolumn a:hover {
	background-color: white;
	color: black;
}

a {
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", "MS Serif", "New York", serif;
	text-decoration: underline;
	background-color: transparent;
	font-weight: normal;
	color: #3399FF;
}
a:visited {
	color: #3399FF;
	background-color: transparent;
}
a:hover {
	color: #CCCCCC;
	background-color:	transparent;
}


