html,body {
/*
  font-family: verdana, sans-serif;
*/
  font-family: "lucida grande", verdana, lucida, helvetica, sans-serif;
  font-size: 110%;
  font-style: normal;
  font-weight: normal;
  text-align:left;
}

h1 { font-size: 200%;  font-weight: bold; font-variant: normal;
   padding-bottom: 0em; color: black; }
h2 { font-size: 160%; font-weight: bold; font-variant: normal;
   padding-bottom: 0em; color: black; }
h3 { font-size: 140%; font-weight: bold; font-variant: normal;
   padding-bottom: 0em; color: black; }
h4 { font-size: 120%; font-weight: bold; font-variant: normal;
   padding-bottom: 0em; color: black; }
h5 { font-size: 110%; font-weight: bold; font-variant: normal;
   padding-bottom: 0em; color: black; }


/*
H1 { 
   font-weight: bold; 
   font-family: helvetica; 
   font-variant: normal;
   font-style: normal;
   padding-bottom: 0em;
   color: black;
}
*/

blockquote {
  font-family: verdana; 
  font-size: 15px; 
  background-color: #eeeeee; 
  border: groove blue;
  padding-top: 5pt; padding-left: 5pt; 
  padding-bottom: 5pt; padding-right: 5pt;
}

P {  margin: 2px 2px 2px 2x; }

p.huom {
        width: 99%;
        text-align: left;
        text-decoration: underline;
        font-family: sans-serif;
        font-size: 120%;
        font-weight: bold;
        background-color: yellow;
        color: black; 
        padding: 2px;
        border: none;
}

p.kysymys {
        border-top: dotted black;
        padding-bottom: 0em;
}

h1.aihe {
	font-size: 1.8em;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	font-variant: small-caps;
}

p.aste {
  padding: 5 5 5 5;
  width: 11em;
  font-size: 1.2em;
  border-style: solid;
  border-width: 2px;
}


