﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/


a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
     text-decoration: underline;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
     text-decoration: underline;
}

a:active
{
    color: #12eb87;
     text-decoration: underline;
}

table th 
{
    text-align: left;
}



