@charset "UTF-8";

/* Cascading Style Sheet for https://www.corliss-lamont.org/ (index.html)
   URL of this file: https://www.corliss-lamont.org/cl.css
   To be used for all media.
   Copyright 2006-2023 by Half-Moon Foundation, Inc. All rights reserved.
   Author: Frank, Independent Consultant, New York, NY
   Updated: Tuesday, January 25, 2011. Added max-width to body.
   Updated: Sunday, October 30, 2016. Fixed background-image.
   Updated: Sunday, January 1, 2017. Removed duplicate a:visited definition.
   Updated: Monday, November 26, 2018. Changed all insecure (http) URL references to secure (https) URL references.
   Updated: Thursday, March 19, 2020. Reduced max-width on body from 970 to 880. */

a:link,a:active { background-color: #ffffff; color: #0000ff; font-size: inherit; }
a:visited { text-decoration: none; background-color: #ffffff; color: #990099; font-size: inherit; }
a:hover { text-decoration: none; background-color: rgb(255,204,0); color: #ff0000; font-size: inherit; }

body {
background-image: url(https://www.corliss-lamont.org/goldband.gif);
background-repeat: repeat;
max-width: 880px;
}

.nbi { white-space: nowrap; }
