BODY{
  margin : 0px;
}

h1{
  font-size : 120%;
  font-weight : bold;
}

h2{
  font-size : 100%;
  font-weight : bold;
}

h3{
  font-size : 90%;
  font-weight : bold;
}

.t1{
  font-size : 100px;
  font-weight : bold;
  font-family : "Book Antiqua";
  color : gray;
  filter: dropshadow(offx=1px,offy=1px,color=#cccccc);
  width: 500;
  height: *;
}



.mbar{
color : white;
background-color : #2F4F4F;
font-family : "Lucida Sans Unicode";
padding : 3px;
margin : 15px;
font-size : x-small; 
vertical-align:top;
}



A.menu{
  width : 130px;
  padding : 1px;
  margin : 5px;
  color : black;
  border : 1px solid gray;
  text-decoration : none;
  font-family : Verdana;
  font-size : x-small;
}

A.ab{  color : black;
}

A.bb{
  color : white;
  text-decoration : underline;
  font-family : Verdana;
  font-size : x-small;
}

A:HOVER{
  color : black;
  background-color : #eeeeee;
}

TD{
  font-size : x-small;
}

TD.upper{
   height : 40px;
   padding : 0px 40px 0px;
}

TD.ta{
  width : 80%;
  padding : 40px;

}

TD.tdr{
  text-align : right;
}





