body
{
  background: silver url(meri_1600x1200.jpg);
  color: #000080;
  font-family: "Comic Sans MS", cursive;
  margin: 10px 10px 10px 10px;
}

/* yläpalkki */
table#navi_otsikko
{
  border-bottom: 1px solid black;
  width: 100%;
}

/* yläpalkki navigointi linkit */
#navi_otsikko a:link.normal,
#navi_otsikko a:visited.normal
{
    text-decoration: none;
}
#navi_otsikko a:hover.normal
{
    text-decoration: none;
    background-color: lightblue;
}
#navi_otsikko a:link.active,
#navi_otsikko a:visited.active,
#navi_otsikko a:hover.active
{
    color: black;
    text-decoration: none;
}

/* Toimintakalenteri */

table#toimintakalenteri td, table#toimintakalenteri th
{
    text-align: left;
    vertical-align: top;
    padding-right: 1em;
}

/* sivukartta */

#sivukartta A:link
{
  color: #000080;
  background-color: inherit;
  text-decoration: none;
}
#sivukartta A:visited
{
  color: #000080;
  background-color: inherit;
  text-decoration: none;
}
#sivukartta A:hover
{
  color: #0000FF;
  background-color: inherit;
  text-decoration: none;
}

table#sivukartta
{
    /* tiivistä solut */
}
table#sivukartta th.underline, table#sivukartta td.underline
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000;
}

table#sivukartta th.left, table#sivukartta td.left
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #000;
}


/* footer */
A:link.mainos,
A:visited.mainos
{
  color: #000080;
  background-color: inherit;
  text-decoration: none;
}
A:hover.mainos
{
  color: #0000FF;
  background-color: inherit;
}
A:link.mailto,
A:visited.mailto
{
  color: blue;
  text-decoration: none;
}
A:hover.mailto
{
  color: blue;
  text-decoration: underline;
}
