﻿body
{
    font-family: Trebuchet MS;
    color: Black;
    background-color: White;
}

p
{
    font-family: Trebuchet MS;
    font-size:11pt;
}

a:link {color:Black}
a:visited {color:Gray}
a:hover {color:Blue}

.headline, .subline 
{    
    font-family: Script MT Bold; 
    color:Black;
    font-weight:bold;
}

.headline
{
    font-size:20pt;
    letter-spacing: 3pt;
}

.subline
{
    font-size:15pt;
    letter-spacing: 1pt;
    
}
.subline A:link {color: Black}
.subline A:visited { color: Gray }
.subline A:hover { color: Blue }

.infotext 
{
    font-size: 11pt;
    font-family:Trebuchet MS;
    color: Gray;
    background-color: White;
}
.infotext a:link {color:Black}
.infotext a:visited {color:Gray}
.infotext a:hover {color:Blue}

.table
{
    width: 700px;
}
.tablelinks
{
    width: 144px;
    font-family: Script MT Bold;
    line-height: 200%;
    letter-spacing: 1pt;
    background-color: White;
}