a.lmLink
{
    display: block;
    position: relative;
    width: 120px;
    height: 20px;
    margin: auto auto;
    color: #c12f00;
    padding-top: 4px;
    padding-bottom: 0px;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
    background-image: url('../img/lmmarker.png');
    background-repeat: no-repeat;
    background-position: left top;
}
a.lmLink:hover
{
    display: block;
    position: relative;
    width: 120px;
    height: 20px;
    margin: auto auto;
    color: #c12f00;
    padding-top: 4px;
    padding-bottom: 0px;
    text-decoration: none;
    background-color: #f0ebd8;
    border-bottom: 1px solid #FFF;
    background-image: url('../img/lmmarker.png');
    background-repeat: no-repeat;
    background-position: left top;
}

a.topLink
{
    color: #93a1ae;
    text-decoration: none;
}
a.topLink:hover
{
    color: #93a1ae;
    text-decoration: underline;
}

a.newsTitle
{
    color: #93a2a9;
    text-decoration: none;
}
a.newsTitle:hover
{
    color: #93a2a9;
    text-decoration: underline;
}

a.allLinks
{
    color: #7d7755;
    text-decoration: none;
}
a.allLinks:hover
{
    color: #7d7755;
    text-decoration: underline;
}


a.redLinks
{
    color: #c12f00;
    text-decoration: none;
}
a.redLinks:hover
{
    color: #c12f00;
    text-decoration: underline;
}


a.moL
{
    color: #FFF;
    text-decoration: none;
}
a.moL:hover
{
    color: #FFF;
    text-decoration: underline;
}

#logoLink
{
    display: block;
    position: absolute;
    width: 350px;
    height: 60px;
    left: 80px;
    top: 0px;
    text-decoration: none;
}
