.linkon {
	color : #FFFFCC;
	text-decoration : underline;
}

.linkoff {
	color : #FFFF00;
	text-decoration : none;
}

.catnip {
	font-family:sans-serif;
	font-size:x-small;
	font-style : italic;
	padding-bottom : 12px;
	padding-top : 18px;
}

.goodheading {
	font-family : sans-serif;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
}

.goodtext { 
	font-family:sans-serif;
	font-size:x-small;
 }
 
.tbtop {
	background-image : url("Pics/LineUp.gif");
	background-position : top;
	background-repeat : repeat-x;
}
  
.tbbottom {
	background-image : url("Pics/LineDown.gif");
	background-position : bottom;
	background-repeat : repeat-x;
}
   
.tbleft {
	background-image : url("Pics/LineLeft.gif");
	background-position : left;
	background-repeat : repeat-y;
}
	
.tbright {
	background-image : url("Pics/LineRight.gif");
	background-position : right;
	background-repeat : repeat-y;
}
	 
.tctopleft {
	background-image : url("Pics/BoxCornerTL.gif");
	background-repeat : no-repeat;
}
	 
.tctopright {
	background-image : url("Pics/BoxCornerTR.gif");
	background-repeat : no-repeat;
}
	  
.tcbottomleft {
	background-image : url("Pics/BoxCornerBL.gif");
	background-repeat : no-repeat;
}
	   
.tcbottomright {
	background-image : url("Pics/BoxCornerBR.gif");
	background-repeat : no-repeat;
}

.bkgoverview {
	background-image: url("Pics/Raven.jpg");
	background-repeat : no-repeat;
	background-position : center;
	background-attachment : fixed;
}

.bkggallery {
	background-image: url("Pics/Earth.jpg");
	background-repeat : no-repeat;
	background-position : center;
	background-attachment : fixed;
 }

.bkglinks {
	background-image: url("Pics/Star.jpg");
	background-repeat : no-repeat;
	background-position : center;
	background-attachment : fixed;
}

.bkgcontact {
	background-image: url("Pics/Binary.jpg");
	background-repeat : no-repeat;
	background-position : center;
	background-attachment : fixed;
}

.bkgcontact2 {
	background-image: url("Pics/Phone.jpg");
	background-repeat : no-repeat;
	background-position : bottom right;
	background-attachment : fixed;
}