html{
background-color: #DE2B2B;
}

#sublinks {
background-color: #111111;
}

#sublinks a{
color: white;
}

#sublinks a:hover{
background-color: #aaaaaa;
}

#links {
background-color: #111111;
}

#links a{
color: black;
background-color: #DE2B2B;
}

#links a:hover {
	background-color: #ef9595;
}

.newsInfo {
color: white;
border-bottom: 1px solid white;
}

#header {
background-color: #111111;
}

#news {
background-color: #111111;
}

#email {
color: white;
}

#main {
background-color: #dddddd;
}


.newsTitle {
border-bottom: 1px solid white;
color: white;
}


