*{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  scrollbar-arrow-color:#C0C0C0;
  scrollbar-3dlight-color:#000000;
  scrollbar-base-color:#023f98;
  scrollbar-shadow-color:#000000;
  scrollbar-face-color:#000000;
  scrollbar-highlight-color:#000000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-track-color:#023f98;
  margin:0px;
  padding:0px;
}
BODY{
  font-family:Verdana;
  font-size:85%;
  background:#000000;
}
A{
  color:#023f98;
}
A:hover{
  text-decoration:line-through;
}
#index #header{
  height:490px;
  background:#023f98 url(back.gif) no-repeat 60px 50%;
  padding:30px 30px 0px 300px;
  text-align:right;
}
#index #header H1{
  font-family:"Century Gothic", Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:90px;
  line-height:1em;
}
#index #header A{
  color:#000000;
}
#footer{
  position:absolute;
  top:100%;
  height:1em;
  margin-top:-1.5em;
}
#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;
}
#page{
  background:#023f98 url(back.gif) no-repeat -90px -90px;
  padding:0px 0px 0px 210px;
}
#note H1{
  height:130px;
  padding:30px 30px 0px 300px;
  text-align:right;
  font-family:"Century Gothic", Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:60px;
  line-height:1em;
}
#text{
  background:#000000;
  color:#9ea1a3;
  padding:30px;
  line-height:1.5em;
  border:3px double #023f98;
  border-right:none;
}
#note #nav A{
  color:#000000;
  font-size:39px;
  font-weight:normal;
  font-family:"Century Gothic", Arial, Helvetica, sans-serif;
  text-align:left;
  text-decoration:none;
  line-height:1em;
}