@import "default.css";

/* General settings */

body {
   background: #DEFFDE;
   color: #009900;}

/* Sitemast setting */

div#sitemast {
   background: #009900;}

div#sitemast h1, h2 {
   color: white;}

div#sitemast h1 {
   background: #009900;}

div#sitemast h2 {}

/* Main Menu settings */

div.sitenav h4, h5 {
   color: white;
   background: #009900;}

div.sitenav a:link {color: #009900;}

div.sitenav a:visited {color: #009900;}

div.sitenav a:hover {
   color: #FFFF85;
   background: #009900;}

div.sitenav a:active {
   color: #009900;
   background: #FFFF85;}

/* Main body settings */

div#main h3 {
   color: #009900;}

div#main h4 {
   color: #009900;}

/* News settings */

div#news h4 {
   border-bottom: 0.25em solid #009900;
   color: #009900;}

div.item {
   border-top: 3px double #009900;}

div#news h5 {
   color: #009900;}

div#news h5 span {
   background: white;
   border-left: 1px solid #009900;
   border-right: 1px solid #009900;
   border-bottom: 1px solid #009900;}

/* Footer settings */

div#footer {
   background: #009900;
   color: white;}

div#footer a:visited {color: white;}
div#footer a:link {color: white;}
div#footer a:hover {color: red; background: yellow;}
div#footer a:active {color: yellow; background: red;}

/* temporary styles */
/* insert here */