* {
    box-sizing: border-box;
}
html {
}
body { margin:0px;background-color:#EEEEEE;
}

A { font-family:"Lucida Sans",sans-serif;font-size:16px;line-height:18px; border-radius:6px;color:#3355AA;}
A:hover { color:#332299;background-color:#FFFDFF;}

h1 { font-size:22px;line-height:23px;color:#232323;  }
h2 { font-size:20px;line-height:23px;color:#232323;  }
h3 { font-size:18px;line-height:22px;color:#232323;  }
h4 { font-size:16px;line-height:18px;margin-bottom:8px;color:#232323;  }

b{ color:#222222; }
ul { padding-inline-start:16px; }
li { margin-bottom:8px; }
/****************************************************************************/
.tekstiSarake { padding:12px;font-family:"Lucida Sans",sans-serif;font-size:17px;line-height:20px;color:#000000;background-color:#FFFFFF;
}
/****************************************************************************/


@media only screen and (min-width: 600px) {

}
@media only screen and (max-width: 599px) {
  .tekstiSarake { font-size:15px;line-height:17px;
  h2 { font-size:18px;line-height:21px;  }
  h3 { font-size:16px;line-height:20px; }
  }
}
/******************************************************************************/

