*{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  margin:0px;
  padding:0px;
}
HTML,
BODY{
  height:100%;
}
BODY{
  font-family:Verdana;
  font-size:small;
  color:#808080;
}
A{
  color:#535bff;
}
A:hover{
  color:#000080;
  background:#ffecec;
}
#index{
  color:#4682b4;
  text-align:right;
}
#index>#header{
  position:absolute;
  top:100%;
  width:100%;
  margin-top:-200px;
  text-align:right;
}
#index>#header>H1{
  font-family:"Lucida Sans Unicode";
  font-size:100px;
  line-height:100px;
}
BODY>#nav{
  position:fixed;
  top:0px;
  left:150px;
  width:180px;
  height:100%;
  border-left:1px solid #4682b4;
  padding-top:15%;
  text-align:left;
}
#indexmenu LI{
  list-style:none;
  margin-left:-90px;
  width:180px;
  border-top:1px solid #4682b4;
}
#indexmenu A{
  display:block;
  padding:7px 10px 7px 10px;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  color:#4682b4;
  background:#ffffff;
}
#indexmenu A:hover{
  color:#000080;
}
#indexmenu #a1,
#indexmenu #a3,
#indexmenu #a5{
  border-left:1px solid #4682b4;
}
#indexmenu #a2,
#indexmenu #a4,
#indexmenu #a6{
  border-right:1px solid #4682b4;
  text-align:right;
}
#indexmenu #a1,
#indexmenu #a6{
  width:90px;
}
#indexmenu #a5{
  border-bottom:1px solid #4682b4;
}
#indexmenu #a6{
  margin:-1px 0px 0px -1px;
  border-bottom:1px solid #4682b4;
}
#index>#footer{
  margin-top:2em;
  font-size:x-small;
}
#note{
  margin-left:300px;
  line-height:1.5em;
  padding:30px;
}
#note>H1{
  font-family:"Lucida Sans Unicode";
  font-size:50px;
  color:#4682b4;
  text-align:right;
  line-height:1.3em;
}
#note P{
  margin:1em 0em 1em 0em;
}
#note LI{
  margin:0em 0em 0em 2em;
}
#note PRE{
  font-size:small;
  color:#222222;
  background:#dcdcdc;
  padding:10px;
}
#note PRE STRONG{
  color:#000000;
  font-size:110%;
}
#note SPAN{
  color:#4682b4;
}

