@charset "UTF-8";

/* Cascading Style Sheet for https://www.corliss-lamont.org/requiem.htm
   URL of this file: https://www.corliss-lamont.org/requiem.css
   To be used for all media.
   Copyright 2007-2023 by Half-Moon Foundation, Inc. All rights reserved.
   Updated: Wednesday, January 26, 2011. Added body (with max-width).
   Updated: Wednesday, January 31, 2018. Removed duplicate a:visited definition.
   Updated: Thursday, December 6, 2018. Changed all insecure (http) URL references to secure (https) URL references.
   Updated: Saturday, April 4, 2020. Reduced max-width on body from 970 to 950. */

a:link,a:active { background-color: inherit; color: #0000ff; font-size: inherit; }
a:visited { text-decoration: none; background-color: inherit; color: #990099; font-size: inherit; }
a:hover { text-decoration: none; background-color: inherit; color: #ff0000; font-size: inherit; }

body { max-width: 950px; }

.nbi { white-space: nowrap; }
