@media print { body {
   font-family: Times, "Times New Roman", Georgia, serif; 
   background-color:#ffffff;
   color:#000000;
   margin:20px; }
}

@media screen { body {
   font-family: Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif; 
   background-color:#ffffff;
   color:#000000;
   margin:20px; }
}

dt.vy {
	color: #3030C0;
   text-align:left;
   font-weight:bold;
   }

p.palkki {
   color: #f0f0f0;
   background-color:#c0c0c0;
   text-align:left;
   text-indent:3px;
   font-weight:bold;
   line-height:150%
}

p.vy {
   color: #ffffff;
   background-color:rgb(215,125,35);
   text-align:left;
   text-indent:3px;
   font-weight:bold;
   line-height:150%
}

h1.vari {
	background-color:rgb(215,125,35);
	text-indent:5px;
	color:#ffffff;
}
	
h1.uva {
	background-color:#fbdf45;
	text-indent:5px;
	color:#606060;
}
	
h2.uva {
	text-indent:5px;
	color:#505050;
}
	
h1.vy {
	background-color:rgb(215,125,35);
	text-indent:5px;
	color:#ffffff;
}
table.taulu {
   background-color:#ffffff;
   border-collapse:collapse;
   border: 2px solid black;
}

th.taulu {
   background-color:rgb(0,80,140);
   color: #ffffff;
   text-align:left;
   border: 1px solid black;
   padding: 1px;
   text-indent:2px;
}

th.uva {
   background-color:#f6ca30;
   color: #404040;
   text-align:left;
   border: 1px solid black;
   padding: 1px;
   text-indent:2px;
}

th.lt {
   background-color:rgb(0,80,140);
   color: #ffffff;
   text-align:left;
   border: 1px solid black;
   padding: 1px;
   text-indent:5px;
}

th.ct {
   background-color:rgb(0,80,140);
   color: #ffffff;
   text-align:center;
   border: 1px solid black;
   padding: 1px;
   text-indent:2px;
}

th.rt {
   background-color:rgb(0,80,140);
   color: #ffffff;
   text-align:right;
   border: 1px solid black;
   padding: 1px;
   text-indent:2px;
}

td.taulu {
   background-color:#ffffff;
   border: 1px solid black;
   text-align:left;
   padding: 1px;
   text-indent:2px;
}

td.lt {
   border: 1px solid black;
   text-align:left;
   padding: 1px;
   text-indent:5px;
}

td.ct {
   border: 1px solid black;
   text-align:center;
   padding: 1px;
   text-indent:2px;
}

td.rt {
   border: 1px solid black;
   text-align:right;
   padding: 1px;
   text-indent:2px;
}

td.old {
   border: 1px solid black;
   text-align:center;
   padding: 1px;
   text-indent:2px;
   color: #808080;
}
tr.odd {
   background-color:rgb(255, 204, 255);
}

tr.even {
   background-color:rgb(204, 255, 255);
}

tr.koe {
   background-color:rgb(200, 255, 200);
}

tr.next {
   font-weight: bold;
}

tr.old {
   border: 1px solid black;
   text-align:center;
   padding: 1px;
   text-indent:2px;
   color: #808080;
}

div.huom {
   font-weight: bold;
   color: #ff2222;
}


a:link {color:#0033f0;text-decoration:underline;}
a:hover {color:#e52325;text-decoration:underline;}
a:visited {color:#008000;text-decoration:underline;}
