body
 {
  background-image: url('../img/green-bg.png');
  background-repeat: repeat-x;
  background-attachment: fixed;
 }

#content
 {
  border-color: #99cc00;
  border-style: solid;
  border-width: 1px;
 }

#copyright
 {
  color: #99cc00;
 }

.p-table th
 {
   color: #99cc00;
 }

.title
 {
   color: #99cc00;
 }

.subtitle
 {
   color: #99cc00;
 }

a:link { color: #99cc00; text-decoration: none;}
a:visited { color: #99cc00; text-decoration: none;}
a:hover { color: #99cc00; text-decoration: underline;}

