
BODY {
  font-family: serif;
  font-weight: normal;
  color: "#005500";
  margin-left: 5pt;
  margin-right: 5pt;
  margin-top: 10pt;
}

H1, H2, H3, H4, H5, H6 {
  font-family: serif;
  color: "#005500";
  font-weight: bold;
  text-align: center; 
  margin-top: 20pt;
 }

H4, H5, H6 {
  font-family: serif;
  color: "#005500";
  text-align: left; 
  font-weight: bold;
  margin-top: 20pt;
 }


TD {
  font-family: serif;
  font-weight: normal;
  color: "#005500";
}

/* listataulukon otsikko */
TD.ListH {
  font-weight: bold;
}


A {
  font-family: serif;
  color: "#005500";
  font-weight: normal;
  text-decoration: underline;
}

A:hover {
  font-family: serif;
  color: "#20B2AA";
  font-weight: normal;
  text-decoration: underline;
}


A.FrmMenu {
  font-family: sans-serif;
  color: "#005500";
  font-weight: bold;
  text-decoration: underline;
}

A.FrmMenu:hover {
  font-family: sans-serif;
  color: "#20B2AA";
  font-weight: bold;
  text-decoration: underline;
}

DT {
  font-weight: bold;
}
