body {
   background: #95aa70;
   font-family: verdana;
   font-size: 11px;
   color: #202020;
   line-height:1.4;
}


A:active, A:visited, A:link {
        font-family: verdana;
	color: #95aa70;
	text-decoration: none;
}
A:hover {
        font-family: verdana;
	color: #202020;
	text-decoration: none;
	cursor: default;
}





h1 {
margin-top:1em;
color: #95aa70;
font-size:18px;
font-family: palatino linotype;
line-height:20px;
letter-spacing: normal;
margin-bottom:10px;
text-align:center;
}


h2 {
margin-top:1em;
color: #95aa70;
font-size:16px;
font-family: palatino linotype;
line-height:20px;
letter-spacing: normal;
margin-bottom:10px;
text-align:left;
}




#kokosivu {
   background: #ffffff;
   width:700px;
   padding-top: 10px;
   padding-bottom: 10px;
   border: 2px solid #7e8f61;
}




#itseteksti {
   margin-top: 10px;
   margin-bottom: 10px;
   text-align : justify;
}

#itseteksti2 {
   padding:0px 20px;
}

#copyteksti {
   font-family: verdana;
   font-size: 11px;
   color: #202020;
   text-align: center;
   margin-top: 10px;
   margin-bottom: 20px;
   margin-left: 0px;
}

#copyteksti a {
	text-decoration: underline;
	color: #202020;
}

#copyteksti a:hover {
	text-decoration: none;
	color: #202020;
}





.table {
        width:100%;
}

.td1 {
	background-color: #95aa70;
}

.td2 {
	background-color: #C1D19F;
        font-size: 10px;
}

.voitto {
        color:red;
}