@import "default.css";

/* General settings */

body {
   background: #006600;
   color: red;
   font-size: 110%;}

/* a:link {color: white;} */
/* a:visited {color: white;} */
a:hover {color: red; background: yellow;}
a:active {color: yellow; background: red;}

/* Sitemast setting */

div#sitemast {
   background: #006600;
   color: white;}

div#sitemast h2 {
   background: #009900;}

/* Main Menu settings */

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

/* div.sitenav a:link {color: red;} */
/* div.sitenav a:visited {color: red;} */
div.sitenav a:hover {color: white; background: red;}
div.sitenav a:active {color: #009900; background: #FFFF85;}

/* Main body settings */

div#main h3, h4 {
   color: red;}

/* News settings */

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

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

div#news h5 {
   color: red;}

div#news h5 span {
   background: #ffffcc;
   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 */
