﻿/* Developer note: site NOT originally created with style sheets. */

a {
    color: maroon;
    font-family: Arial Narrow;
    font-size: 12px;
    font-weight: bold;
}

a:active {
    color: #155C82; 
}

a:hover {
    color: #155C82; 
}

img 
{
    border: none;
    padding: 0px;
}


