﻿/* 
This style sheet was necessary to fix a strange error with
the email link hover.
-Matt DelBrocco
*/

a:link
{
    color:White;
}

a:hover
{
    color:Blue !important;
}

a:visited
{
    color:White;
}

body
{
    font-family: Calibri, Verdana, Geneva, Arial, Sans-serif;
    color:White;
}

