BODY, TD {
  font-family: verdana;
  font-size: 11px;
}

A {
    text-decoration: none;
}

A:Hover {
    text-decoration: underline;
}
.content {
    text-align: center;
    width: 800px;
}
.left {
    width: 600px;
    height: auto;
    float: left;
}
.right {
    width: 170px;
    height: auto;
    float: left;
}
