/*******************************************************************
 styles_variable.css
  
 This CSS file contains all color definitions like 
 background-color, font-color, border-color etc.

 

*******************************************************************/

/***
 ***  Core
 ***/

a:link,
a:visited,
.headermenu a:link,
.headermenu a:visited,
.headermenu a:hover {
  color:#114466;
}

a:hover {
  color:#666666;

}
body {
  background: white;
  border-color:#ffffff;
  margin-left: auto; 
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 40px;
  color: black;
  font-size: 20px; 
}
.content,
.surround {
  background: #F0DC82 !IMPORTANT;
}
.surround {
  margin-left: auto; 
  margin-right: auto;
  width: 96%;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
}

div.headermenu {
  color:#AAAAAA;
}

#logo { 
background: url('Revision_Exams.png') no-repeat left top; 
height: 100px;
min-width: 900px;
} 
