<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div.topBanner {			/* for Fordham logo banner at top of page */
    background-color: #900028;
    height: 78px; /* equal to height of logo, to avoid outline at bottom of image */
    width: 100% /* stretch maroon bar across top of page */
}

.topHeader {			/* for my name at top of page */
    text-align: center;
    font-style: italic;
    color: #900028;
}

dl.contactInfo {		/* for name and address */
    float: left;
    margin-right: 1em
}

.noflow {			/* for paragraph below a float */
    clear: both
}

.prominent {			/* larger font size but not bold */
    font-size: larger
}

img.link {			/* for images used as links */
    border-style: none;
    border-width: 0pt;
    margin: 0pt;
    padding: 0pt
}

img {
    max-width: 100%;  	/* for mobile; NB requires width,height=auto */
}
</pre></body></html>