﻿body 
{
    background-color:#ffcc67;
}

.title
{
    font-size:24px;
    font-family:Papyrus;
    font-weight:bold;
    text-align:center;
    color:#164100;
}
    
.noColorChangeLink
{
    color:Blue;
}

.noLink
{
    color:Blue;
    text-decoration:none;
}

.normalText
{
    font-size:14px;
    font-family:Cambria;
    color:#164100;
}

.callUs
{
    font-size:16px;
    font-family:Cambria;
    font-weight:bold;
    color:#164100;
}

.downloadApp
{
    font-size:12px;
    font-family:Cambria;
    font-weight:normal;
    color:#164100;
}

.staffName
{
    font-size:16px;
    font-family:Cambria;
    font-weight:bold;
    text-decoration:none;
    color:#164100;
}

.staffTitle
{
    font-size:14px;
    font-family:Cambria;
    text-decoration:none;
    color:#164100;
}

.emailLink
{
    font-size:12px;
    font-family:Cambria;
    color:blue;
    text-decoration:none;
}

.resourceHeader
{
    font-size:16px;
    font-family:Cambria;
    text-align:center;
    font-style:italic;
    color:#164100;
}

.navLinks
{
    font-size:16px;
    font-family:Papyrus;
    font-weight:bold;
    text-align:center;
    color:#164100;
    text-decoration:none;
}


