body {
  color: #2F4F4F;
  background: #F8F8FF;

  text-align: center;
  line-height: 15px;
  font-size: 13px; 
  font-family: Times New Roman;
}

#container {
  text-align: left;
  background: #F8F8FF;
  margin: 0 auto;
  padding: 0;
  width: 850px;
}

#header {
  width: 850px;
  height: 40px;
  margin: 0;
  padding: 0;
  background:  #000000;
  color: #FFFFF0;
  line-height: 40px;
  font-size: 63px; 
  font-family: "Times New Roman"
}

#main {
  width: 550px;
  float: right;
  background: #F8F8FF;
  margin: 0;
  padding: 0;
  height: 720px;
  line-height: 20px;
  overflow: auto;
}

#menu {
  margin: 0;
  padding: 0;
  background: #F8F8FF;
  width: 300px;
  float: right;
  height: 720px;
   font-size: 10px;
  overflow: auto;
}

#footer {
  clear: both;
  width: 850px;
  height: 25px;
  background: #F8F8FF;
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 15px;
  text-align: left
}

a {text-decoration:none;
}

a:link{color:#000000}
a:active{color:#000000;}
a:visited{color:#000000;}
a:hover{color:#1E90FF;text-decoration: underline;
}
