@charset "UTF-8";

/* Cascading Style Sheet for http://www.corliss-lamont.org/credo01.htm thru credo41.htm
   URL of this file: http://www.corliss-lamont/credo/credo.css
   To be used for both Screen Media (display/monitor) and Print Media (printer).
   Copyright 2005-2012 by Half-Moon Foundation, Inc. Commercial use prohibited. Non-commercial use prohibited.
   Updated: Friday, December 31, 2010. Added max-width to body.
   Updated: Friday, January 28, 2011. Added color on .spine. */

a:link,a:active,a:visited { 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;
border-top: 0px;
border-bottom: 0px;
padding-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-color: red;
border-left-style: ridge;
border-left-width: 5px;
color: inherit;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
max-width: 940px;
padding-top: 8px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
}

p {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 12px;
padding-left: 0px;
}

.nobreakit { white-space: nowrap; }

.spine {
background-color: #ff0000;
background-image: url(spine.jpg);
background-repeat: repeat;
color: inherit;
}

