/* the colorized header */
#header {
  background-color: #009900;
}
/* the main content links */
#maincontent a:link, #maincontent a:visited {
  color: #009900;
} 
/* the menue points */
#men ul li a:hover, #men ul li .mensel {
  color: #009900;
}
/* form definitions */
.button {
  background-color: #009900;
}
/* content style definitions */
h1, h2, h3, h4, h5, h6, h7 {
  color: #009900;
}
h1 {
  border-left: 1px #009900 solid;
}
#galboxes li, #galboxes2 li, #orderboxes li, .colbox {
  border: 1px solid #009900;
}
.tabl td {
  border-bottom: 1px #009900 solid;
}
