@charset "UTF-8";

/* Cascading Style Sheet for https://www.corliss-lamont.org/credo/credo.htm
   URL of this file: https://www.corliss-lamont/credo/credo1.css
   To be used for both Screen Media (display/monitor) and Print Media (printer).
   Copyright 2005-2023 by Half-Moon Foundation, Inc. Commercial use prohibited. Non-commercial use prohibited.
   Updated: Friday, December 31, 2010. Added max-width to body.
   Updated: Sunday, October 30, 2016. Removed duplicate a:visited definition.
   Updated: Friday, December 7, 2018. Changed all insecure (http) URL references to secure (https) URL references. */

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

* {
margin-top: 0px;
margin-bottom: 0px;
}

body {
background-color: #ffffff;
background-image: url(paper.gif);
background-repeat: repeat;
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
border-left: 0px;
color: inherit;
margin-top: 0px !important;
margin-bottom: 0px !important;
margin-right: 0px;
margin-left: 0px;
max-width: 340px;
padding-top: 24px !important;
padding-bottom: 24px !important;
padding-left: 6px;
padding-right: 6px;
}

.nobreakit { white-space: nowrap; }
