*{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  margin:0px;
  padding:0px;
}
BODY{
  font-family:Verdana;
  font-size:85%;
  background:#000033;
}
A{
  color:#023f98;
}
A:hover{
  text-decoration:none;
}
#index #header{
  height:600px;
  background:#ffffff;
  padding:30px 30px 0px 300px;
  text-align:right;
}
#index #header H1{
  font-family:"Century Gothic", Arial, Helvetica, sans-serif;
  color:#000088;
  font-weight:normal;
  font-size:90px;
  line-height:1em;
}

#footer{
  position:absolute;
  top:100%;
  height:1em;
  margin-top:-3em;
}
#footer *{
  display:inline;
  color:#023f98;
  font-size:x-small;
}
#indexmenu{
  width:100%;
  text-align:right;
  line-height:29px;
}
#indexmenu LI{
  display:inline;
  list-style:none;
  font-family:"Century Gothic";
  font-size:39px;
}
#indexmenu A{
  color:#023f98;
  text-decoration:none;
}
#indexmenu A:hover{
  color:#ffffff;
}

