/*
 * style sheets for the index page of Cubbi's Home
 * $Id: index.css,v 1.1 2004/03/11 22:58:06 cubbi Exp cubbi $
 */
BODY { background-color: #B7B7B7;}
DIV.body {
        background-image: url(/images/ibkg-l.gif);
	background-color: #EFE7EF;
	color: #005000;
	margin:0px;
	padding:0px;
	border:0px;
}
SPAN.h1body { text-align: center;
	font-weight: bold;
	font-size: xx-large;
	 }
SPAN.h4body { text-align: center;
	font-weight: bold;
	font-size: large;
	 }
SPAN.comment { font-size: small; }
SPAN.commentb { color: blue; }
P.body {margin-left:20px;}
DL.body {margin-left:20px;}
DIV.footer { color: black;
	margin:0px;
	padding:0px;
	border:0px;
}
DIV.body A:link {color: #2070DF}
DIV.body A:visited {color: #4D004D}
DIV.body A:active {color: #4D4DFF}
IMG.footer {position:absolute;
	left: -100px;
	margin:0px;
	padding:0px;
	border:0px;
}
IMG.noborder { border:0px; }
TABLE.border1 { border: outset 2px; }
TABLE.paperbg { background: url(/images/ca_bk.gif); }
.right {float:right;}
.left {float:left;}
.center {text-align:center; }
HR.small { width: 100px;
	margin-left: auto;
	margin-right: auto;
}
