BODY { font-family:  arial, helvetica , serif ; 
	/*font-size: 9pt ; */
	color: #1F1F1F;
background: #ffffff; /*url("/tiedostot/kuva1000.jpg") ;
  background-repeat: no-repeat;
  background-position: bottom; */
     }


.kalenteri { display:block; float:left; }
.kalenteri tr, .kalenteri td, .kalenteri table, .kalenteri th{
        font: 8pt arial,helvetica;
	font-size: clamp(1.0rem, 1.1vw, 1.1rem);
        line-height: 1.1;
        border-bottom:1px solid #f4f4f4;
        background-color: #fefefe;
        }
.kalenteri th {
        font-weight: bold;
        }
