body
{
    background-color: #fefde2;
}
h2
{
    color: green;
}
h3
{
    color: blue;
}
p
{
    color: #333;
    font-size: .9em;
    line-height: 1.4em;
    font-family: Tahoma, Verdana, Trebuchet MS, sans-serif;
    letter-spacing: .02em;
}
td
{
    color: #333;
    font-size: .9em;
    line-height: 1.4em;
    font-family: 'Segoe UI', Tahoma, Verdana, Trebuchet MS, sans-serif;
    letter-spacing: .02em;
}
.PageBanner
{
    color: #333399;
    font-size: x-large;
    font-family: 'Times New Roman';
    font-weight: bold;
}

.PageTitle
{
    background-color: #eee;
    font-size: 14pt;
}

.Footer
{
    background-color: #ffcc99;
    font-family: Arial, 'Times New Roman' , 'Segoe UI';
    font-size: 10pt;
}

.Tracks
{
    font-size: 10pt;
    font-family: Arial, 'Times New Roman' , 'Segoe UI';
    vertical-align: bottom;
}

.Block
{
    background-color: rgb(237, 239, 224);
}

.PageTable
{
    width: 680px;
}

td.Separator
{
    color: #0000cc;
    background-color: #ffffcc;
}

.Model
{
    font-size: 10pt;
    font-family: Arial, 'Times New Roman' , 'Segoe UI';
    color: #006633;
    background-color: #faf0e6;
}

.Year
{
    font-size: 10pt;
    font-family: Arial, 'Times New Roman' , 'Segoe UI';
    color: #003366;
    font-style: italic;
}
.NoMatch
{
    color: #ff0066;
    font-weight: bold;
}
.Match
{
    color: #000066;
    font-weight: bold;
}

a > img {
	border-style : none;
}