/* < ============  remove elements ============ > */

#header {
  display: none; }

/* < ============  make content spans full width ============ > */

.container {
  width: 100%; 
  margin: 0; 
  float: none; }

/* < ============  increase contrast of text ============ > */

body {
  color: #000 }

/* < ============  increase contrast of links ============ > */

a:link {
  color: #781351 }

