/*	cascading style sheet for Spider Caņon
	filename "sccss1.css" 2/07/2005-3/05/2009, ZTH iHs
	1. No spaces allowed within parameters;
	2. CSS1 does not recognize html or javascript 1-line comment format.	*/

body { background: white; color: black; margin-top: 0; font: medium, normal, times, serif; }
	/*	sets parameters for main body style	*/

a:link { color: black; text-decoration: none; }

a:visited { color: black; text-decoration: none; }
	/*	sets visited link visual parameters	*/

a:hover { color: #ff4500; }
	/*	sets link mouse-hover color (orange-red)	*/

.cap1 { text-align: left; font: normal 80% serif; }
	/*	sets left serif caption for pictures	*/
 
.cap2 { text-align: center; font: normal 80% serif; }
	/*	sets center serif caption for pictures	*/
 
.cap3 { text-align: right; font: normal 80% serif; }
	/*	sets right serif caption for pictures	*/
 
.cap4 { text-align: left; font: normal 80% sans-serif; }
	/*	sets left sans-serif caption for footnotes	*/

/*use the following list specifiers INSIDE the list tag*/
 
.lst1 { list-style: lower-alpha outside; color: black;	 
		font: normal 80% monospace; }
	/*	sets indicated bullet outside list header and margin	*/

.lst2 { list-style: outside; color: black; font: normal 100% serif; }
	/*	sets default bullet outside list header and margin	*/

.lst3 { list-style: inside; color: black; font: normal 100% serif; }
	/*	sets default bullet inside list header and margin	*/

.pgafter { page-break-after: always; }
	/*	breaks the page after the style	*/

.pgbefore { page-break-before: always; }
	/*	breaks the page before the style	*/

.rcp { list-style: none; color: black;	 
		font: normal 80% monospace; }
	/*	use inside list tag for recipes, etc., no bullet	*/

.rul1 { size: 2; width: 100%; color: #ff0000; }
	/*	sets red horizontal rule	*/

.rul2 { size: 2; width: 100%; color: #008000; }
	/*	sets green horizontal rule	*/

.tdl { background: khaki; text-align: center; text-transform:  capitalize; font-weight: bold; font-variant: small-caps; font-family: arial, sans-serif; }
	/*	sets left column of standard table		*/

.tdc { text-align: center; text-transform: capitalize; font-weight: bold; font-variant: small-caps; font-family: arial, sans-serif; }
	/*	sets center column of standard table	*/

.tdr { background: lightgreen; text-align: center; text-transform: capitalize; font-weight: bold; font-variant: small-caps; font-family: arial, sans-serif; }
	/*	sets right column of standard table		*/

.title1 { text-align: center; font: bold 120% sans-serif; }
	/*	sets main titles in large bold sans font	*/

.title1b { text-align: center; font: bold 120% serif; }
	/*	sets main titles in large bold serif font	*/

.title2 { text-align: center; font: bold 100% sans-serif; }
	/*	sets main titles in normal bold sans font	*/

.title2b { text-align: center; font: bold 100% serif; }
	/*	sets main titles in normal bold serif font	*/

.title3 { text-align: left; font: bold 100% sans-serif; }
	/*	sets left column titles in normal bold sans font	*/

.title3a { text-align: left; font: normal 100% sans-serif; }
	/*	sets left column titles in normal sans font	*/

.title4 { text-align: center; font: bold 80% sans-serif; }
	/*	sets titles in smaller bold sans font	*/

.title4a { text-align: center; font: normal 80% sans-serif; }
	/*	sets titles in smaller normal sans font title		*/

.warning1 { color: red; font: bold 100% sans-serif; }
	/*	sets caution and warning first lines	*/

.warning2 { color: #ff4500; font: bold 100% serif; }
	/*	sets caution and warning next lines

		end of "sccss1.css"	*/