﻿.LinkList a:link, .LinkList a:active, .LinkList a:visited
{
    display: block;
    
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9e9e9e;
}

.LinkList a:hover
{
    background-color: #e9e9e9;
}

.LinkList .Active
{
    background-color: #c1d7aa; /*#95ba6d;*/
}