body,td,th {
  font-size: small;
  color: #333333;
}
a:link {
  color: #333333;
  text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #666666;
}
a:hover {
    text-decoration: none;
    color: #990000;
}
a:active {
  text-decoration: none;
  color: #330000;
}
body {
  background-color: #FFFFFF;
}
img {
  border-style:none;
}
h1 { 
  font-size: small;
  color: #808080;
}
h2 { 
  font-size: small;
  color: #808080;
}
ul {
    display: inline;
    list-style:none;
    text-align: center;
}
li { 
  float:left;
  width: 120px;  
  height: 34px;  
  background: url(../img/li.gif) no-repeat;
  text-align: center;
  padding: 7px 0px; 
}
#all {
  width: 840px;
  margin: 0px auto;
}   
#header {
  width: 840px;
}
#main {
 width: 840px;
 margin: 0px auto;
}
#footer {
  text-align: center;
}
.tdftad a {
 text-decoration: none;
 color: #f3f3f3;
}