body {
  background-color: #222222; 
  color: #aaa; 
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-size: 95%;
  line-height: 150%;
  text-align: center;

  margin: 50px 10%;
}
ul {
  list-style-type: none;
}

img {
  vertical-align: sub;
}
a {
  text-decoration: none;
  color: #99FF00; /* green */
}
a:active {
  color:yellow;
}

em {
  color: #aaa;
  font-style: normal;
}

.title {
  color: white;  
}

#description {
  width: 40%;
  float: left;
  padding: 10px;
  
  text-align: left;
}
.download {
  text-align: center;
}

#donate {
  text-align: center;
}

#news {
  width: 40%;
  float: right;
  padding: 10px;
  
  text-align: left;
  
}
.date {
  color: #666;
}

#footer {
  clear: both;
  color: #666;
  margin-left: 15%;
  margin-right: 15%;
}

