/* This is the style sheet for RealLifeDebt.com and it was coded by hand
   based on the information in "Creating Cool Web Sites" by Dave Taylor  
*/

a 	{ color: #333; text-decoration: none; }
a:hover { background-color: #99c; text-decoration: none; }

.nohover a:hover { background-color:#fff; }

body 	{ background-color: #669; }

.h1     { color: #669; font-size: 140%; line-height: 1.0; 
  	  font-weight: 900; border-bottom: 1px solid #669; } 

.logo { font-variant: small-caps; font-weight: 900; 
	font-size: 180%; color: #000; margin-bottom: -5px; }

.body { width: 800px; margin-left: 20px; line-height: 1.4; 
	margin-top: 20px; padding: 10px; margin-bottom: 20px;
	color: #333; background-color: white; border: 3px double black; }

.bodycell { padding-left: 3px; line-height: 1.4;
	color: #333; background-color: white; font-size: 90%;  }

.bodycell a { color: #336; text-decoration: underline; }
.bodycell a:hover { background-color: #ccf; }

.introletter { line-height: 1.3; font-size: 110%; }
.introtitle  { font-weight: 900; font-size: 135%; background-color: #dde;
	       color: #336; border-bottom: 2px dotted #336; padding-bottom: 3px; 
	       border-top: 2px dotted #336; padding-top: 3px; 
	       padding-left: 3px; text-transform: uppercase; }

.copyright { font-size: 80%; }
.copyright a { color: #999 }
.copyright a:hover { background-color: #fff; text-decoration: underline; }

.disclaimer { font-size: 75%; line-height: 1.0; color: #999; }
.disclaimer a { color: #999 }
.disclaimer a:hover { background-color: #fff; text-decoration: underline; }

.nohover a { background-color: #fff }
.nohover a:hover { background-color: #fff }

.minispot     { border-left:1px solid #ccc;
                border-right:1px solid #ccc;border-bottom:1px solid #ccc;
                padding-left:2px; padding-top:5px;padding-bottom:5px; }
.mininame     { text-decoration:underline; color: #000;
                font: 13px arial,sans-serif;font-weight:900; }
.minidesc     { font:13px/14px arial,sans-serif; text-decoration:none; }
.miniurl      { font:9px arial,sans-serif;text-decoration:none; }

