body {
margin: 0;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif; 
background: white;
color: black;
}

.newstitle{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: bold;
    color: #836414;
    background: #fae159;
    text-decoration: none;
    text-align: left;
}

.newstext{
    font-family: Times, serif;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    text-align: justify;
}

.headertitle{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: bold;
    color: white;
    background: #ce9d00;
    text-decoration: none;
    text-align: left;
}


.headertitleselected{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: bold;
    color: white;
    background: #836414;
    text-decoration: none;
    text-align: left;
}