body, td {
  background: rgb(77, 77, 26);
  color: rgb(153, 204, 102);
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  scrollbar-base-color: rgb(153, 153, 51);
  scrollbar-arrow-color: rgb(153, 204, 102);
}

p.news {
  font-size: 8pt;
}
    
a {
  text-decoration: none;
  font-weight: 600;
  color: rgb(153, 204, 102);
}
 
a:hover {
//  color: rgb(153, 153, 51);
  text-decoration: underline;
  color: rgb(255, 255, 204);
}

h1, h2 {
  color: rgb(255, 255, 204);
}

li.projects {
   padding-bottom: 10px;
}
