﻿body 
{
    font-family: Arial;
    color: White;
}

.menu
{
    display: block;
    width: 125px;
    text-decoration: none;
    color: #FDD017; 
    font-weight: bold;  
    padding-left: 5px;
    font-family: Century Schoolbook;
}

.menu:hover
{
    color: Yellow;
}

.horseCaption
{
    color: #FDD017;
    font-family: Harrington;
}

.description
{
    font-weight: bold;    
}

.title
{
    font-family: Century Schoolbook;
    font-weight: bold;
    font-size: 14pt;
}
