/*
 * CSS for Link Lists / Jari Korva
 * 2004-03-31
 */

@media screen,print {

html {
    margin-top: 2em;
}

body { 
  margin-left: 10%; 
  margin-right: 5%; 
  font-family: sans-serif;
  background-color: white;
  background-image: none;
  color: black
}

.header {
  position: fixed;
  background: white;
  text-align: center;
  width: 100%;
  height: 2em;
  border-color: navy;
  border-style: groove;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: medium;
  border-right-width: 0;
  padding: 5px 5px 0px 5px;
  margin: 0px 5px 5px 5px;
  top: 0;
  left: 0;
  right: 0
}

h1 {
  font-size: 1.5em;
  font-family: sans-serif;
  margin-left: -8%;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: medium;
  border-right-width: 0;
  padding: 0 5px 5px 5px
}

h1,address {
  border-color: navy;
  border-style: solid
}

h2 {
  font-size: 1.3em;
  font-weight: normal;
  font-family: sans-serif;
  margin-left: -4%
}

h3,h4 {
  font-size: 1.1em;
  font-weight: normal
}

ul { list-style-type: none }

em { font-style: italic; font-weight: bold }
strong { text-transform: uppercase; font-weight: bold }

address {
  text-align: right;
  font-style: italic;
  border-top-width: medium;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  margin-top: 2em;
  padding-top: 0.5em
}

.new { font-weight: bold }

.decorimg {
  text-align: center
}

hr {
  margin-left: -8%;
  margin-top: 40px
}

th {
  text-align: left
}

}

@media handheld {

html {
}

.decorimg {
  display: none
}

body {
  font-family: sans-serif;
  background-color: white;
  background-image: none;
  color: black
}

}

@media screen {
    .navig {
        position: absolute;
        top: 0.5em;
        left: 0.5em;
        text-align: left
    }
}

@media print {
    .navig {
        display: none
    }
}

