@import "default.css";

/* General settings */

body {
   background: #FFD7AA;
   color: #783378;}

/* Sitemast setting */

div#sitemast {
   background: #783378;}

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

div#sitemast h1 {
   background: #783378;}

div#sitemast h2 {}

/* Main Menu settings */

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

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

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

div.sitenav a:hover {
   color: #FFCCFF;
   background: #783378;}

div.sitenav a:active {
   color: #783378;
   background: #FFCCFF;}

/* Main body settings */

div#main h3 {
   color: #783378;}

div#main h4 {
   color: #783378;}

/* News settings */

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

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

div#news h5 {
   color: #783378;}

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

/* Footer settings */

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