body {
  margin: 1em;
  padding: 0px;
  color: black;
  background-color: white;
  font: normal 100% sans-serif;
  font-family: "Century Gothic", sans-serif;
}

a	  { text-decoration: none; }
a:link    { color: #4444bf; }
a:visited { color: #4444bf; }
a:hover   { color: #aaaaff; }
a:active  { color: #ddddff; }
a:hover, a:active {
  text-decoration: underline;
}

.inv {
  display: none;
}

div.download {
    margin-top: 5px;
    height: 45px;
    width: 225px;
    border: 1px solid gray;
    border-radius: 20px;
    font-size: large;
    padding: 15px;
    text-align: right;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
}

span.downloadtext {
    display: block; 
}

span.downloadinfo {
    color: silver;
    font-size: smaller;
}

div.linebreak {
    clear: both;
    padding-top: 2em;
}

h1 {
  font: normal 28pt "Century Gothic", sans-serif;
  color: #777;
}

h2 {
  font: normal 168% "Century Gothic", sans-serif;
  color: #777;
}

h3 {
  font: normal 141% "Century Gothic", sans-serif;
  color: #777;
}

h4 {
  font: normal 119% "Century Gothic", sans-serif;
  color: DarkGray;
}

h5 {
  font: normal 100% "Century Gothic", sans-serif;
  color: DarkGray;
}

img {
    border: none;
}


div.featuretitle {
    color: gray;
}

div.featureimage {
    color: gray;
}

div.featurecaption {
    color: gray;
    font-size: smaller;
    font-style: italic; 
    padding-right: 4em;
}

div.linebreak {
    clear: both;
    padding-top: 2em;
}

span.downloadtext {
    display: block;
}

span.downloadinfo {
    color: silver;
    font-size: smaller;
}

table.header {
    width: 100%;
}

table.feature {
    width: 50%;
    color: gray;
}

td.featuretitle {
}

td.featureimage {
}

td.featurecaption {
    font-size: smaller;
    font-style: italic;
    padding: 12px 12px 12px 12px
}

div#content {
  clear: both;
  padding: 2em 3em;
}

.rounded-corners {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

hr.section {
    margin: 2em 0 0 0;
    color: silver;
}

hr.thin {
    background-color: #f00;
    height: 1px;
    border: 1px solid #000;
    color: rgb(170, 170, 170);
}

ul.nav {
  clear: both;
  margin: .5em;
  padding: 0px .5em;
}

li.nav1, li.navn {
  display: inline;
  padding: 0px .5em;
}

li.navn {
  border-left: 1px dotted #aaa;
}
