A:link { color: #000000; }
A:visited { color: #808080; }
A:hover { color: #009933; }
A:active { color: #000000; }
 
BODY {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
 line-height: 14px;
 color: #000000; 
 background-color: #FFFFFF;
}
 
TD {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
 line-height: 14px;
 color: #000000; 
}

TD.copy-side-projects {
  padding-top: 10px;
  padding-bottom: 10px;
}

TD.copy-gallery {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
 
A.link {
 font-weight: normal;
 color: #000000;
 text-decoration: underline;
}
 
A.link:hover {
 font-weight: normal;
 color: #009933;
 text-decoration: underline;
}

A.link-frontpage {
 font-weight: normal;
 font-size: 11px;
 color: #000000;
 text-decoration: none;
}
 
A.link-frontpage:hover {
 font-weight: normal;
 font-size: 11px;
 color: #009933;
 text-decoration: underline;
}
 
.bg-green-light {
 background-color: #D2D9B8;
}
 
.bg-green-dark {
 background-color: #74863C;
}
 
.bg-white {
 background-color: #FFFFFF;
}
 
.heading-green {
 font-weight: bold;
 color: #74853F; 
}

.heading-popup {
 font-size: 13px;
 font-weight: normal;
 color: #000000; 
}