/* CSS Document */
#header{
float: right;
width: 100%;
padding: 5px 0px 0px 0px;
margin: 0;
text-align: right;
background: #fffea5;
}

.newstitle {
  color: #b3b274;
}


#footer{
float: left;
clear: both;
width: 100%;
padding: 5px 0px 5px 0px;
margin: 0;
text-align: center;
font-size: 80%;
background: #fffea5;
}

a{
text-decoration: none;
color: #b3b274;
}

a:hover{
color: #ff0000;
}

a:visited{
color: #b3b274;
}