/**
 * @file
 * @project 645
 * @package sftheme
 * @site app1
 */
 a:link {
    color: #82A342;
 }

 a:visited {
    color: #B3BCA1;
 }

 a:hover {
    color: #000000;
 }

 .sf_pagetitle {
    background-color: #82A342;
 }

 .sf_navigation {
    border-bottom: 1px solid #82A342;
    border-top: 1px solid #82A342;
 }

 .sf_footer {
    border-top: 1px solid #82A342;
 }

 .sf_region7 .widget_header {
    border-bottom: 1px solid #82A342;
 }

 
