/* file: sci.css	Core Style Sheet	*/

	body {	color: #770000;
		background-color: #ffe4ca;
		font-family: Arial,Verdana,Helvetica,sans-serif;
		font-size: 0.8em;	/* small x-large points px picas em ... */
		margin-right:10%;
		margin-left: 10%;
		}
	h1, h2, h3, h4, h5, h6 {
		font-family: Arial,Verdana,Helvetica,sans-serif;
		font-weight: normal;	/* bold normal */
		text-decoration: none;	/* underline overline line-through blink none */
		}
	h1 {	font-size: 2em;
		text-align: center;	/* left right center justify */
		}
	h2 {	font-size: 2em;
		font-weight: bold;
		text-align: center;	/* left right center justify */
		}
	h3 {	font-size: 1.3em;
		margin-left: -10%;
		}
	h4 {	font-size: 1.3em;
		font-weight: bold;
		margin-left: -4%;
		}
	h5 {	font-size: 1em;
		margin-left: -10%;
		}
	h6 {	font-size: 1em;
		font-weight: bold;
		margin-left: -4%;
		}
	a:link {	
	/*	color: #0000ee;
		background-color: #ffe4ca;
		text-decoration: none; */
		}
	a:visited {
	/*	color: #0000ee;
		background-color: #ffe4ca; */
		}
	a:active {
	/*	color: #0000ee;
		background-color: #ffe4ca; */
		}
	a:hover {	
	/*	color: #8a4500;
		background-color: #ffffff;
		text-decoration: underline; */
		text-decoration: none;
		}
/* classes, e.g. descr(iption), ingr(edient), meth(od) */
	p.p0 {	background-color: ; 
		background-image: ; 
		color: ; 
		font-family: ; 
		font-size: ; 
		font-weight: ; 
		text-align: ; 
		margin-top: 0px; 
		margin-bottom: 0px; 
		}
	p.p1 {
		}
	p.p2 {
		}
	table.t0 td {	
		font-size: 0.8em;
		text-align: left; 
		text-valign: top; 
		}
