body {
 font-family: Verdana;
 font-size: 12px;
 background: #3F3F3F;
 margin-top: 0px;
 margin-left: 20px;
 margin-right: auto;
 margin-bottom: 0px;
}
a {
 color: #FF3C2A;
 text-decoration: none;
 font-size: 12px;
}

a:hover {
 border-bottom-style: dotted;
 border-bottom-width: 1px;
 border-bottom-color: #FF3C2A;
}
.header {
 font-family: Verdana;
 font-size: 14px;
 color: #FF3C2A;
 font-weight: bold;
}
.content {
 background: #FFFFFF;
 width: 700px;
 padding: 16px 16px 16px 16px;
}