
	/* style sheet for design main page */

   body {  	background-color:		#fdefd2;
 		background-image:	url(/images/go1.jpg);
		background-repeat:	repeat;
		background-attachment:	scroll;
		font-family:		"Arial", serif;
		font-size:			16px;
		color:			#000000;
	line-height: 		140%;
	padding:            0px;
	border:             0px none;
	border-style:       outset;
	border-color:   		#666666;
	text-align:		center;
	margin:		auto;
	}

     pre{  	background-color:		#dddddd;
 		font-family:		"Arial", serif;
		text-indent: 15px;
		font-size: 	14px;
		color:	#000088;
	}

	
   div.outer	{border:	5px none;
		width:	750px;
		max-width:	900px;
  		background-color:		#dddddd;
 		background-image:	url(/images/go1.jpg);
		background-repeat:	repeat;
		background-attachment:	scroll;
		color:			#000055;
		border-style:	outset;
		border-color:	#aaaaaa;
		margin:		auto;
	}


   
  div.heading{	margin:		auto;
		border:	5px none;
		background-image:	url(/images/go1.jpg);
		background-repeat:	repeat;
		background-attachment:	scroll;
	border-style:       outset;
	border-color:   		#888888;
	}

  table {border:	5px;
	align:		center;
	color:		#000000;
	cellspacing:	3%; 
	cellpadding:	3%;
	rules:	all;
	}

	#hilite {	display:		inline;
			font-size:		18px;
		background-color:	#dddddd;
			color:		#ffff00;
			font-weight:	600;
	}

  div.text  {	margin:		auto;
		border:	0px none;
  		background-color:		#fdefd2;
 		background-image:	url(/images/go1.jpg);
		background-repeat:	repeat;
		background-attachment:	scroll;
		text-align:	    left;
	text-indent: 20px;
	padding:		5px;
	border-style:       outset;
	border-color:   		#0000aa;
	}

  div.verse  {border:	1px none;
 		background-image:	url(/images/br1.jpg);
		background-repeat:	repeat;
		background-attachment:	scroll;
		text-align:	    center;
	text-indent: 20px;
	padding:		5px;
	border-style:       outset;
	border-color:   		#aa0000;
	}


  div.nav {	margin:		auto;
		background-color:		#fdefd2;
 		border:	1px none;
/*		background-image:	url(/images/gr1.jpg);
		background-repeat:	repeat;
		background-attachment:	scroll;
*/
		text-align:	center;
	border-style:       outset;
	border-color:   		#888888;
	}




	img {border-style:	inset;
		border-color:	#aaaaaa;
		border-width:	5px;
		margin:	5px;
	}


	
	p:first-letter	{font-size:	120%;
			font-weight:	500;
			font-family:	Verdana;
	}

 

 	h1{color: 	#002299;
	font-size: 	24px;
	font-family: 	serif;
	text-align:	center;
	}


 	h2{color: 	#0066cc;
	font-size: 	22px;
	font-family: 	serif;
	text-align:	center;
	}

	h3{color: 	#aa0000;
	font-size: 	16px;
	font-family: 	cursive;
	text-align:	center;
	}

 

 /* comment line. H4=h1 but aligned left
		 h5 = h2, etc
   */   



	h4{color: 	#fc1200;
	font-size: 	20px;
	font-family: 	serif;
	text-align:	left;
	}


	h5{color:	#00cccc;
	font-size: 	18px;
	font-family: 	monospace;
	text-align:	left;
	} 
  
	h6{color: 	#00aeed;
	font-size: 	16px;
	font-family: 	cursive;
	text-align:	left;
	}


	#nav		a {display:	inline;
	}	

	a:link	{color:	#0000cc;
			font-weight:	500;
	}

	a:visited	{color:	#0000cc;
			font-weight:	400;
			font-style:	italic;
	}




