body {
  background-color: #222;
  color: #eee;
}

#menu {
  text-align: left;
  float: left;
  width: 20%;
  border: 1px dotted #222;
  margin: 10px 40px 10px 10px;
  background-color: #333;
}

#noscriptwarning {
  background-color: #382;
  border: 2px dotted #3d3;
}

#noscriptwarning a {
  color: #2f2;
  font-weight: bold;
}
  
a {
  color: #fda;
}  
  
#maincontent {
  text-align: left;
  padding: 10px;
  float: right;
  width: 70%;
}
  
.newsdate {
  float: right;
  font-style: italic;
}
  
.newsitem {
  border-bottom: 1px dotted #ffa;
  margin-bottom: 10px;
}
  
