/*NEWS PAGE*/

#news h5 {
font-family:'Lucida Bright', Georgia, serif;
font-size: 15px;
}

#news a:hover {
color: black;
font-style: italic;
}

#news a {
text-transform: uppercase;
color: black;
}

div.newsitem {
background-color: rgba(252,238,196,0.7);
    -moz-border-radius: 15px;
    border-radius: 15px;
margin: 20px 0px;
padding: 4px 20px;
}

#news p {
font-size: 15px;
}