.news{
position:absolute;
font-size:10px;
background-color:black;
padding:3px 0px 3px 0px;
font-family:Arial;
font-weight:bold;
color: yellow;
height:50;
width:1770;
overflow:hidden;
}
.news a{
text-decoration:none;
color:red;
}
.news a:hover{
text-decoration:underline;
}
.news a:visited{
color:red;
}
.news a:visited:hover{
text-decoration:underline;
}

.header{
background-color:black;
position:relative;
width:1735;
height:21;
overflow:hidden;
}