@charset "UTF-8";

/* Cascading Style Sheet for https://www.corliss-lamont.org/tbor.htm
   URL of this file: https://www.corliss-lamont.org/tbor.css
   To be used for all media.
   Copyright 2007-2023 by Half-Moon Foundation, Inc. All rights reserved.
   Updated: Friday, December 31, 2010. 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: Wednesday, April 8, 2020. Increased max-width on body from 1200 to 1225. */

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: rgb(255,204,0); color: #ff0000; font-size: inherit; }

body { max-width: 1225px; }

.nbi { white-space: nowrap; }
