*,p,h2 {
        color:black !important;
        font-size:medium !important;
}

h1      {
        background:none !important;
        }



/* PAGE WRAPPER */
#pageWrapper  {
  background-image:  none;
  }

/* highlight box */
.highlight, .highlightGeneral  {
  display:block;
  padding: .5em 1em .5em 1em;
  margin: 1em 0 1em 0;
  border: 1px solid #F9C14B;
  background:white;
}

/* ALL LINKS */
a, a:visited     {
        text-decoration:underline !important;
        color:blue !important;
        }

a:hover       {
        text-decoration:underline !important;
        color:blue !important;
        }
		
#navigation a 	{text-decoration:none !important;}		
