a:link { 
color: #594723; text-decoration: none; 
}

a:hover {
	color: #594723;
	}

a:active {
	text-decoration: none;
	color: #594723;
}

a:visited {
	color: #594723;
	text-decoration: none;
}

body {
  color: #000000;
  background-color: ffcc66;
	background: url(ulkoasu/jalat.gif); 
	text-align: justify;
	font: 9pt Arial, Tahoma, Verdana; color: #000000;
	topmargin: 20;
}

.teksti {
	text-align: justify; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
}

.reuna {
	text-align: justify; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}



h1 {
	text-align: center; 
	font: 25px Arial, Tahoma, Verdana; color: #000000;
	text-decoration: underline;
	font-weight: bold;
}


p {
	text-align: center; 
	font: 12px Arial, Tahoma, Verdana; color: #000000;
}

td {
	text-align: center;
	font: 12px Arial, Tahoma, Verdana; color: #000000;
}

.alateksti {
	text-align: center; 
	font: 8px Arial, Tahoma, Verdana; color: #000000;
}

   1.  * {
   2.     margin: 0;
   3. }
   4. html, body {
   5.     height: 100%;
   6.     overflow: auto;
   7. }
   8. .wrapper {
   9.     position: relative;
  10.     width: 100%;
  11.     height: 100%;
  12.     overflow: auto;
  13. }
  14. .box {
  15.     position: fixed;
  16.     right: 0px;
  17.     bottom: 0px;
  18. }
  19. * html .box {
  20.     position: absolute;
  21. }

