body {
    font-family: 'Verdana';
}
body, table {
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 5px 0 0 0;
    padding: 0;
    color: #FF4100;
}
h1 {
    font-size: 16px;
}
h2 {
    font-size: 14px;
}
h3 {
    font-size: 12px;
}
a {
    color: #FF4100;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
div.box {
    border: 1px solid #000;
    background: #FF4100;
    padding: 0px 20px 0px 20px;
    margin-bottom: 20px;
    color: #fff;
}

