@charset "UTF-8"; /* -*- coding: utf-8 -*- */
/* Styling specific to my curriculum vitae. */
@import url("../site.css");
@media print {
    p.banner, address { display: none }
    :link, :visited { color: black; }
    @page {
	margin-top: 4mm;
	margin-bottom: 4mm;
    }
    dt, h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
    dd, p { page-break-inside: avoid; }
}
@media screen {
    dt > a, p.banner a { font-weight: bold }
}
p.sign { text-align: center; } /* for use in off-line cover letters */
dd > p, dd > ul, dd > dl { margin-top: 0.5ex; margin-bottom: 0.5ex; }
dd + dt { margin-top: 1em; }
dt span[title] { text-decoration: none; }
