/* CSS Document */
/*  background-color: #CAE198;*/
 
input {
 background-color: #FFFFFF;
 border: 1px solid green;
}
 
.taulu {
 background-color: #99CC66;
 /*#B0E08C;*/
 color: #000000;
 font-family: arial;
 font-size: 10px;
 width: 195px;
 border: 1px solid #C6E8AB;
 border-collapse: collapse;
}

.otsikko {
  /*border: 1px solid green;*/
  background-color: #FFFFFF;
  text-align: center;
  color: green;
 /* font-weight: bold;*/
   font-size: 11px;
height: 25px;
 padding-left: 4px;
  padding-right: 4px;
}


.sisus {
font-size: 11px;
font-weight: bold;
 color: white;
 text-align: center;
 background-color: #99CC66;
 /*#B0D484;*/
/* #B7DA8D;*/
 padding-left: 4px;
}

.class1 A:link {font-weight: bold;font-size: 11px;color: white; text-decoration: none}
.class1 A:visited {font-weight: bold;font-size: 11px;color: white; text-decoration: none}
.class1 A:active {font-size: 11px;text-decoration: none}
.class1 A:hover {font-size: 11px;text-decoration: underline; color: green;}
