﻿*{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  scrollbar-arrow-color:#000000;
  scrollbar-3dlight-color:#333333;
  scrollbar-base-color:#000000;
  scrollbar-shadow-color:#333333;
  scrollbar-face-color:#333333;
  scrollbar-highlight-color:#333333;
  scrollbar-darkshadow-color:#333333;
  scrollbar-track-color:#000000;
  margin:0px;
  padding:0px;
}
BODY{
  font-family:Verdana;
  font-size:small;
  color:#d2d2d2;
  background:#000000;
}
A{
  color:#cccccc;
}
A:hover{
  color:#333333;
}
#header{
  position:absolute;
  top:10px;
  left:10px;
  width:500px;
  height:375px;
  overflow:hidden;
  z-index:10;
  color:#ffffff;
  background:url() no-repeat;
}
#header H1{
  font-family:"Times New Roman", Times, serif;
  font-size200px;
  line-height:0.9em;
  letter-spacing:-10px;
  filter:Alpha(opacity=15);
  opacity:.15;
  position:absolute;
}
#credit{
  width:500px;
  padding-top:360px;
  font-size:9px;
  filter:Alpha(opacity=20);
  opacity:.20;
  text-align:right;
}
#credit A{
  color:#ffffff;
  text-decoration:none;
}
#indexmenu{
  list-style:none;
}
#indexmenu A{
  display:block;
  border-right:1px solid #333333;
  border-bottom:1px solid #333333;
  position:absolute;
  top:0px;
  left:0px;
  text-align:right;
  text-decoration:none;
  font-size:11px;
  letter-spacing:3px;
  -webkit-transition:0.5s ease-in-out;
}
#indexmenu A:hover{
  color:#000000;
  background:#212121;
}
#A1{
  width:540px;
  padding-top:380px;
  z-index:9;
}
#A2{
  width:680px;
  padding-top:460px;
  z-index:6;
}
#A3{
  width:600px;
  padding-top:400px;
  z-index:7;
}
#A4{
  width:565px;
  padding-top:450px;
  z-index:8;
}
#A5{
  width:575px;
  padding-top:500px;
  z-index:5;
}
#update{
  font-family:"Times New Roman", Times, serif;
  font-size:190px;
  line-height:0.8em;
  letter-spacing:-10px;
  filter:Alpha(opacity=15);
  opacity:.15;
  position:absolute;
  top:100%;
  left:0%;
  width:100%;
  height:2.5em;
  text-align:right;
  margin-top:-2.6em;
}
#page{
  margin:100px 0px 0px 0px;
}
#page H1{
  font-family:"Times New Roman", Times, serif;
  font-size:150px;
  line-height:0.8em;
  letter-spacing:-10px;
  filter:Alpha(opacity=10);
  opacity:.10;
  position:absolute;
  top:30px;
  left:0px;
  width:100%;
  text-align:right;
  z-index:4;
}
#note{
  width:70%;
  border-top:1px solid #333333;
  border-right:1px solid #333333;
  font-size:1.3em;
  padding:30px;
  line-height:1.5em;
  z-index:3;
}
#note P{
  margin:3em 0em 1em 3em;
  font-size: 90%;
}
#note>li{
margin-left: 60%;
margin-bottom: 


#note PRE{
  font-size:small;
  color:#222222;
  background:#999999;
  padding:10px;
}
 a {
 margin-left: 5em;
 }

