@charset "UTF-8";

/* Cascading Style Sheet for https://www.corliss-lamont.org/neclc.htm
   URL of this file: https://www.corliss-lamont.org/neclc.css
   To be used for all media.
   Copyright 2006-2023 by Half-Moon Foundation, Inc. All rights reserved.
   Updated: Wednesday, January 26, 2011. Added body (with max-width).
   Updated: Sunday, January 1, 2017. Removed duplicate a:visited definition.
   Updated: Sunday, June 11, 2017. Added secure (https) URL references.
   Updated: Friday, April 3, 2020. Reduced max-width on body from 970 to 800. */

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; }

.nbi { white-space: nowrap; }

body { max-width: 800px; }
