body {  
  background: #FEB629;
  color: #333333;
}

/*
 * Links.
 */
a {
  color: #333333;
  text-decoration: none;
}

a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}  

a:hover,
a:active {
  text-decoration: underline;
}

a:hover {
  color: #FA9706;
}

a:active, a.active {
  color: #FA9706;
}


#page-title {
  color: #B11B0A;
  font-weight: bold;
  font-size: 130%;
}


