a:link {
color : #666;
text-decoration : none;
}
a:visited {
color : #666;
text-decoration : none;
}
a:hover {
color: #000;
text-decoration : none;
}
a:active {
color: #000;
text-decoration : none;
}

#adminNews {
    text-align:left;
    background-color:#0d4293;
    margin-top:0px;
    padding-left:10px;
    height:20px;
    padding-top:5px;
}

.newBlock {
    margin-top:5px;
    border-top:gray solid 1px;
}
