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

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: 90%; margin-left: 5%; line-height: 1.4; 
	margin-top: 5%; padding: 10px; margin-bottom: 5%;
	color: #333; background-color: white; }

.bodycell { padding-left: 3px; line-height: 1.4;
	color: #333; background-color: #fff; 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: 100%; 
	background-color: #336; color: #fff; padding: 2px; }

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

.adz { font-size:75%;line-height:0.75;margin-top:5px }
.adz a,.adz a:link { color:# 999 }
