body {
    backgroud: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-align: center;
}
h1 {
    font-size: 18pt;
    font-weight: bold;
}
span.head {
    font-size: 18pt;
    font-weight: bold;
    width: 350px;
    margin-bottom: 20px;
}
span.img {
    width: 180px;
    vertical-align: center;
}
td div.head {
    font-size: 12pt;
}
div.menu {
    font-size: 12pt;
    background: white;
    border-bottom: 1px black solid;
}
a.link {
    border-left: 1px black solid;
    border-right: 1px black solid;
    border-top: 1px black solid;
    padding-right: 3px;
    padding-left: 3px;
    font-weight: bold;
    background: black;
    color: white;
    text-decoration: none;
}
a.current {
    background: #f9d900;
    color: black;
    border-left: 1px black solid;
    border-right: 1px black solid;
    border-top: 1px black solid;
    padding-right: 3px;
    padding-left: 3px;
    font-weight: bold;
    text-decoration: none;
}
a.link:hover {
    background: #f9d900;
    color: black;
}
table {
    margin-top: 20px;
    width: 700px;
}
th {
    background: #f9d900;
    font-size: 9pt;
}
td {
    background: #dfdfce;
    font-size: 9pt;
}
td.head {
    background: white;
    font-weight: bold;
}
td.link {
    width: 50px;
    text-align: center;
}
td.track, td.date, td.race {
    text-align: center;
}
td.track, td.date {
    width: 110px;
}
td.race {
    width: 50px;
}
td.purse {
    width: 70px;
}
td.purse {
    text-align: right;
}
