* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
    font-size: 7.5pt;
    font-weight: bold;
    color: #BF2326;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


table {
    width: 520px;
    margin: 0 auto;
}
td {
    padding: 7.5px 0;
}
td.thumb {
    width: 130px;
    text-align: center;
}
td.links {
    padding-left: 15px;
    background: url('../images/hr2.jpg') no-repeat bottom left;
}
td.header {
    padding: 5px 0 20px;
    text-align: center;
    font-size: 8pt;
    color: #50596D;
    background: url('../images/hr1.jpg') no-repeat bottom center;
}
td.header h1 {
    margin-bottom: 10px;
    font-size: 14pt;
    font-weight: normal;
}
