body { margin: 0; background: #f8f8f7; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
a { color: #12233e; }
a:hover { color: #12233e; opacity: .7; }
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-gold:hover { background:#f2ae05!important }
.hv-navy:hover { background:#12233e!important;color:#ffffff!important }
.hv-navy-lite:hover { background:#1b3358!important }
.hv-white-navy:hover { background:#ffffff!important;color:#12233e!important }
