body{
 background: #D4D4D4;
 font-family: Verdana;
 padding: 10px;
 margin: 10px;
}

div#frame{
   background: white;
   border-color: #346FBD;
   border-style:solid;
   border-width: 1px;
}

div#header{
  height: 100px;
  border-bottom-width: 3px;
  border-bottom-color: #346FBD;
  border-bottom-style: solid;
}

div#logo{
  float:right;
  padding-right: 19px;
  width: 25%;
  text-align: right;
}

div#title{
  padding-top: 35px;
  font-size: 22pt;
  font-weight: bold; 
  width: 75%;
  text-align:center;
}

div#content{
  padding: 10px;
}

div#footer{
  background-color: #346FBD;
  color: white;
  font-size: 10pt;
  font-weight: bold;
  padding: 2px 7px 2px 7px;
  text-align: center;
}

div#footer a{
  color: white;
  text-decoration: none;
}

a { 
  color: white;
  font-weight: bold;
  text-decoration: none;
}

div#content a{
  color: #346FBD;
}

a#end { 
  color: #000000;
  font-weight: normal;
}

h1 {
  font-size: 20pt;
}

div#content li{
  font-size: 12px;
}

span#from, span#date, span#received {
  font-size: 12px;
}

div#content li, map#navbarfoot li{
  font-size: 12px;
}

table{
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

table#listoverview {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width:500px;
}

fieldset {
  padding: .5em;
  background: white;
  border: 1px dotted #366fc3;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: .5em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

fieldset legend {
  color: #fff;
  background-color: #366fc3;
  font-size: smaller;
  padding: .1ex .5ex;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

div#menu{
  background-color: #346FBD;
  color: white;
  font-size: 10pt;
  font-weight: bold;
  padding: 2px 7px 2px 7px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

ul.links {
  background-color: lightgrey;
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

address.headers {
  background-color: lightyellow;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  padding: 5px;
}

pre#body {
  padding: 10px;
}

div.mail {
  padding: 10px;
}

span#received {
  padding: 5px;
}

map ul {
  background-color: lightgrey;
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

