body { margin: 0; background: #f7f4ef; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
a { color: #12233e; }
a:hover { color: #12233e; opacity: .72; }
img { display: block; max-width: 100%; }

/* Hover states, lifted out of the prototype's per-element hover attributes.
   !important is required: these override the elements' own inline styles. */
.hv-white:hover { background:#ffffff!important }
.hv-ink:hover { background:#0a1628!important }
