.center {
    text-align: center;
}
.right {
    text-align: right;
}
.target {
    color: #f00;
    font-weight: bold;
}
.numeric {
    text-align: right;
}
.indent {
    text-indent: 1em;
}
.new {
    color: #f00;
}
body {
    background-color: #ffc;
}
h1 {
    text-align: center;
}
h2 {
    text-align: center;
}
span.dead-link {
    color: #888;
}
span.breed {
    font-size: 70%;
}
span.new {
    color: #f00;
}
table.normal {
    background-color: #fff;
}
table.race-result {
    font-size: 80%;
    border: 2px #000 solid;
    white-space: nowrap;
}
tbody.blood-table {
    font-size: 80%;
}
tr.odd-line {
    background-color: #fff;
}
tr.even-line {
    background-color: #ffc;
}
td.header {
    background-color: #cc8;
    text-indent: 1em;
    font-size: 120%;
    font-weight: bold;
}
td.sire-inbreed {
    background-color: #cef;
}
td.mare-inbreed {
    background-color: #fcc;
}
th {
    background-color: #cc8;
}
