<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /**
  *Set the  decoration and colours to be applied to elements in the site
  */

html{
  font-size: 16px;
}

#result-container, #banner, #menu , #footer, #form-container
 {
   font-size: 0.8rem;
 }
 
a:link, a:visited , .backlink
 {
    text-decoration: none;
    /*color: #63831B;*/
    color: #3C652F;
 }
 
#menu
 {
  background-color: #959D7E;
 }
 
#menu div
 {
  background-color: #6B715B;
  font-size: 0.8rem;
  font-family: Verdana, Tahoma, sans-serif;
  /*text-shadow: -1px -1px 0 rgba(0,0,0,0.25), 1px 1px 0 rgba(255,255,255,0.25);*/
  color: #ffffff;
  padding: 0px;
  height: 2em;
 } 
 
 #menu div a{
  color: inherit;
 }

#menu div:hover, #menu div a:hover
 {
  /*color: #959D7E;*/
  color: #6B715B;
  background-color: #ffffff; 
  text-shadow: none;
 }

#menu div a
 {
  text-decoration: none;
  /*color: #ffffff;*/
  color: inherit;
  margin-top: 0px;
  margin-bottom: 0px;
 }

#breadcrumbs 
 {
   font-family: Verdana, Tahoma, sans-serif;
 }
 
#banner h1
 {
  color:  #476532;
  font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
  font-weight: normal;
 } 
 
#footer
 {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 0.75rem;
 } 

#footerlinks
 {
   padding: 10px;
   background-color: #eeeeee;
 } 

input[type="button"]
 {
   border-radius: 5px;
 }

.backlink
 {
   cursor: pointer;
   margin-bottom: 10px;
 }  </pre></body></html>