﻿a.mornews:hover
{
    text-decoration:none;
}
.mar marquee
{
    width:570px; 
    display:block; 
    height:25px; 
    border:solid 1px black; 
    background-color:#DFEBF1;
    font-family: verdana; 
    color: #000;
    font-size: 10px;
    line-height:25px;
}
.more2
{
    text-decoration:underline;
    font-weight:bold;
    
}

#lt
{
    width:6px;height:6px;
    background:transparent url(/images/rl.gif) no-repeat 0 0;
    z-index:100;
    position:absolute;
}
#lr
{
    width:6px;height:6px;
    background:transparent url(/images/rr.gif) no-repeat 0 0;
    z-index:100;
    position:absolute;
    left:566px;
}
#bl
{
    width:6px;height:6px;
    background:transparent url(/images/bl.gif) no-repeat 0 0;
    z-index:100;
    position:absolute;
    top:21px;
}
#br
{
    width:6px;height:6px;
    background:transparent url(/images/br.gif) no-repeat 0 0;
    z-index:100;
    position:absolute;
    top:21px;
    left:566px;
}
#ns
{
    position:relative;
}