.news{
position:absolute;
font-size:12pt;
background-color:gold;
padding:3px 0px 3px 0px;
font-family:verdana;
font-weight:bold;
height:120;
width:8000;
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:gold;
position:relative;
height:82;
overflow:hidden;
}