body
{
margin: 0px;

}
a
{
color: #000000;
text-decoration: none;
}
a:hover
{
color: red;

}
a.main
{
direction:ltr;
padding:6px 22px;
display:block;
font-family: verdana;
font-size: .72em;
background-image: url('../images/back-botton.gif');
background-repeat: no-repeat;
background-position: top left;
}
a.main:hover
{
background-image: url('../images/back-botton-over.gif');
}
a#news
{
direction:ltr;
display:block;
font-family: verdana;
font-size: .67em;
border-bottom: 1px solid #191919;
padding: 5px ;
}
a#news:hover
{
background-color: #f5f4ef;
}