*{
  box-sizing : border-box;
  -moz-box-sizing : border-box;
}
BODY{
  font-size : x-small;
  font-family : Verdana;
  color : #674a30;
  margin : 0px;
}
A{
  color : #400000;
}
A:HOVER{
  color : #d6cf85;
}
#top{
  padding-top : 10%;
}
#menu{
  background : url(egg2.gif) no-repeat 50% 50%;
  border-top : 1px dotted #804000;
  border-bottom : 1px dotted #804000;
  padding : 145 0 145 0px;
  font-family : "Lucida Sans Unicode";
  font-size : 18px;
  margin : 0px;
  text-align : center;
}
#menu LI{
  display : inline;
  list-style : none;
}
#menu A{
  font-weight : bold;
  text-decoration : none;
  letter-spacing : 3px;
}
#menu A:HOVER{
  text-decoration : underline;
}
H1{
  font-size : 18px;
  letter-spacing : 5px;
}
#copy{
  text-align : right;
  padding-top : 10px;
  font-size : xx-small;
}
H2{
  background : url(egg-m.gif) no-repeat 50% 50%;
  padding : 35 0 30 0px;
  font-family : "Lucida Sans Unicode";
  font-size : x-small;
  font-weight : normal;
  text-align : center;
  width : 200px;
  margin : 30 0 10 0px;
}
#note{
  border-top : 1px dotted #804000;
  border-bottom : 1px dotted #804000;
  line-height : 1.3em;
  padding : 30px;
}
#navi{
  text-align : right;
  padding : 30px;
}