
BODY {
  font-family: sans-serif;
  margin-bottom: 2px;
  font-weight: normal;
  background-color: aqua;
  border-left: 1mm;
}

H1 {
  font-size: pt;
  font-weight: bold;
  text-align: center;
}

a:link {
  color: red;
}

a:visited {
  color: rgb(0,0,128);
}

EM {
  font-size: 15pt;
  font-weight: bold;
  background-color: gray;
  color: black;
  border-top: outset;
  border-right: outset;
  border-bottom: outset;
  border-left: outset;
}

H2 {
  text-align: center;
}

UL {
  font-weight: bold;
}

H3 {
  text-align: center;
}

.yle-box, TABLE {
  border-top: thin white solid;
  border-collapse: collapse;
  border-right: thin white solid;
  border-bottom: thin white solid;
  border-left: thin white solid;
}

.copyright {
  font-size: x-small;
}
