BODY{
  margin : 0px;
  
}
A{
  color : #808080;
}
A:HOVER{
  background : #f0f8ff;
}
#main{
  width : 100%;
  height : 100%;
}
.b1{
  border-right : 1px solid #0080c0;
}
.b2{
  border-bottom : 1px solid #0080c0;
}
.b3{
  width : 500px;
  height : 300px;
  border : 1px solid #0080c0;
  text-align : center;
}
.b4{
  border-top : 1px solid #0080c0;
}
.b5{
  border-left: 1px solid #0080c0;
}
H1{
  color : #808080;
  font-family : "Lucida Sans Unicode";
  font-size : 19px;
  margin : 0px;
  letter-spacing : 0.3em;
}
.b3 P{
  margin : 0px;
}
#menu{
  margin : 0 0 15 0px;
  padding : 0px;
}
#menu LI{
  display : inline;
  font-family : "Lucida Sans Unicode";
  font-size : 11px;
  padding-left : 0.5em;
}
#menu A{
  text-decoration : none;
}
#info{
  color : #c0c0c0;
  font-family : Verdana;
  font-size : 11px;
  padding : 5px;
}
#copy{
  color : #808080;
  font-family : Verdana;
  font-size : 11px;
}
#page{
  font-family : Verdana;
  color : #808080;
}
.note{
  width : 70%;
  border : 1px solid #0080c0;
  vertical-align : top;
  line-height : 1.3em;
  font-size : x-small;
  padding : 31px;
}
#navi{
  text-align : right;
}
#page .b1,
#page .b5{
  padding : 20px;
}