@import "default.css";

/* General settings */
body {
   background: #CC0000;
   color: white;}


/* Sitemast setting */

h1, h2 {color: white;}

h1 {
   border-bottom: 2px solid white;
   background: #00008B;}

h2 {
   background: transparent;
   border: solid white; border-width: 0 1em 2px 1em;}

div#sitemast {
   background: #00008B;}

/* Main Menu settings */

div.sitenav {
   border-top: 4px solid white;
   border-right: 4px solid white;
   border-bottom: 4px solid white;
   border-left: 4px solid white;
   background: #00008B;}

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

div.sitenav h4 {
   border-bottom: 2px solid white;}

div.sitenav a:link {color: white;}

div.sitenav a:visited {color: white;}

div.sitenav a:hover {
   color: #00008B;
   background: white;}

div.sitenav a:active {
   color: white;
   background: #CC0000;}

/* Main body settings */

h3 {
   color: #00008B;}

h4 {
   color: #00008B;}

/* News settings */

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

div.item {
   border-top: 3px double white;
   background: #CC0000;}

div#news h5 {
   color: white;}

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

/* Footer settings */

div#footer {
   background: #00008B;
   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 */