body {
background-color: white;
font-family: sans-serif;
}

ul {
list-style-type:none;
}

#navbar {
font-family: sans-serif;
background-color: rgb(204,204,204);
width: 100%;
border-width: thin;
border-top: solid rgb(220,220,220);
border-bottom: solid rgb(188,188,188);
border-left: solid rgb(220,220,220);
border-right: solid rgb(188,188,188);
}

#contents {
font-family: sans-serif;
color: black;
width: 48%;
position: absolute;
left: 2%;
}

#news {
font-family: sans-serif;
border: none;
width: 48%;
position: absolute;
right: 2%;
}


.blank {
color: white;
font-size: 50%;
background-color: white;
}
