*{
  box-sizing : border-box;
  -moz-box-sizing : border-box;
}
BODY{
  color : #CCCCCC;
  background : #000000;
  font-size : x-small;
  font-family : Verdana;
  margin : 0px;
}
TD{
  font-size : x-small;
  font-family : Verdana;
}
HR{
  color : #CCCCCC;
  height : 1px;
}
A{
  color : #CCCCCC;
}
A:HOVER{
  color : #ffffff;
}
#top{
  padding-top : 30%;
}
.menu A{
  display : block;
  float : left;
  width : 140px;
  height : 140px;
  font-size : 12px;
  background : url(./img/m.gif) 50% 50% no-repeat;
  text-align : center;
  padding : 64px 0 0 0;
  text-decoration : none;
  margin : 5px;
}
.menu A:HOVER{
  color : #ffffff;
  width : 140px;
  height : 140px;
  background : url(./img/b.gif) 50% 50% no-repeat;
  text-align : center;
}
.title{
 padding-left : 30px;
}
H1{
  font-size : 50px;
  font-family : "Lucida Handwriting";
  margin : 0px;
}
.bo{
  padding : 20px;
}
.link A{
  font-size : xx-small;
  text-decoration : none;
  padding : 10px;
}

