body {
background-color: #E7F6FF;
color: #000000;
text-align: center;
}

a {
color: #FF4800;
}

a:active {
color: #FF3C00;
}

a:visited {
color: #50575C;

img {
border-width: 0px;
}




.newsbox {
position: absolute;
background-color: red;
top: 100px;
left: 100px;
width: 100px;
height: 100px;
overflow: auto;
}