*{
  margin:0;
  padding:0;
  list-style:none;
  text-decoration:none;
  font-family:microsoft yahei, sans-serif
}
body{
  background:#ddd;
  font-size:1em;

}

header{
  width:100%;
  min-width:60em;
  height:4.5em;
  background:#99f;
}
.title a,.title p{
  color:white
}
.title a:hover{
  color:black;
}
.title{
  width:25em;
  margin-left:2em;

}

.title p{
  height:1.5em;
  line-height:1.5em; 
}
#footer{
  display:none;
}
.cal{
  float:right;
  width:14em;
  height:12em;
  border:1px solid #111;
  background:#f99;
}
.cal th,.cal td{
  border-bottom:1px solid #fff;
}
#rightmenu{
  float:right;
  background:#9f9;
}
h3{
  width:5em;
} 
#rightmenu ul li{
  width:5em;
}
#rightmenu ul{
  width:5em;
}
footer{


  width:100%;

}