*{
  box-sizing : border-box;
  -moz-box-sizing : border-box;
}
BODY{
  color : #000000;
  cursor:crosshair;
  background : #ffffff;
  font-family : Verdana;
  font-size : 9pt;
  margin : 0px;
  padding : 0px;
  scrollbar-arrow-color : #0000ff;
  scrollbar-3dlight-color : #ffffff;
  scrollbar-base-color : #ffffff;
  scrollbar-shadow-color : #ffffff;
  scrollbar-face-color : #ffffff;
  scrollbar-highlight-color : #ffffff;
  scrollbar-darkshadow-color : #ffffff;
  scrollbar-track-color : #ffffff;
  text-align : center;
}
A{
  cursor:move;
  color : #ffff00;
  text-decoration:none;
}
A:HOVER{
  color : #ffff00;
  text-decoration : underline;
}
H1{
  width : 520px;
  text-align : center;
  background : #0000ff;
  color : #ffff00;
  font-family : Verdana;
  font-weight : bold;
  font-size : 70px;
  margin : 0% auto 5px auto;
  border-top : 3px double #0000ff;
  border-bottom : 3px double #0000ff;
}
H2{
  width : 520px;
  text-align : center;
  background : #000066;
  color : #ffff00;
  font-family : Verdana;
  font-weight : bold;
  font-size : 50px;
  line-height : 0.6em;
  margin :15px auto 5px auto;
  border-top : 3px double #000066;
  border-bottom : 3px double #000066;
}
#menu{
  width : 522px;
  height : 100%;
  text-align : center;
  background : #ffff00;
  border-right : solid 1px;
  border-left : solid 1px;
  border-color : #0000ff;
  margin : auto;
}

#menu UL{
  margin-top : 15px;
  margin-left : 20px;
  padding : 0px;
}
#menu LI{
  list-style : none;
  display : inline;
}
#menu LI A{
  display : block;
  color : #000066;
  font-family : sans-serif;
  font-weight : bold;
  font-size : 18px;
  text-decoration : none;
  letter-spacing : 5px;
  padding-left : 7px;
  float : left;
}
#menu LI A:first-letter{
  color : #0000ff;
}
#top{
  width : 522px;
  height : 1000px;
  text-align : center;
  background : #ffff00;
  border-right : solid 1px;
  border-left : solid 1px;
  border-color : #0000ff;
  margin : auto;
}
#copy{
  font-size : xx-small;
  clear : both;
  text-align : right;
}