html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fcffff url('images/main-bg.gif') repeat-x;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}



iframe { margin: 0px 0px 0px 3px; }

a:link		{	color: #000;	text-decoration: none;	}
a:visited	{	color: #000;	text-decoration: none;	}
a:hover		{	color: #f00;	text-decoration: none;	}



h1 {
	font-size: 18px;
	font-weight: bold;
	color: #7b8e34;
}


h2 {
	font-size: 14px;
	font-weight: bold;
	color: #7b8e34;
}

.menuitem {
	margin: 5px 6px 6px 10px;
}

.content {
	margin: 17px;
	width: 630px;
}

.content img {	padding: 3px; }

.uutisotsikko {
	font-weight: bold;
	color: #fff;
	background-color: #7b8e34;
	margin: 0px 0px 4px 0px;
	padding: 2px 0px 2px 5px;
}

.textscroll {
	background-image: url("images/listabg.jpg");
}

.yla {
	font-size: 10px;
	color: #999;
	border-top: 1px solid #ddd;
	padding-top: 5px;
	margin-top: 10px;
} .yla a { color: #777; }
  .yla a:hover { color: #000; }
