
/*  InTouch Home Page Formatting */

			body		{ 
							background-color:				#ffffcc;
					 		background-image: 			url("background.jpg");
						 	background-repeat:			no-repeat;
						  	background-position: 			center center;
						  	backgroundattachment:		fixed;	
						}	
						

			.welcome	{
							text-align: 					center;
							color: 						#ff0000;
							background-color:			transparent;
							font-size: 					30pt;
							font-style: 					italic;
							font-weight: 				bold;
							font-family: 				"Sand, Times New Roman, Helvetica";
							margin: 					3.5cm 0cm 0cm 0cm;
						}		
						

			.message	{
							text-align:					center;
							font-size: 					18pt;
							font-family: 				"Sand, Times New Roman, Helvetica";
							color:						#354408;
							background-color:			transparent;
							font-weight:				bold;
						}		
						

			.bookmark	{
							text-align:					center;
							font-size: 					20pt;
							font-style:					italic;
							font-family: 				"Sand, Times New Roman, Helvetica";
							color:						#880000;
							background-color:			transparent;
							font-weight:				bold;
						}
						

			.greeting		{
							font-size:					25pt;
							font-style:					italic;
							color:						#74120b
						}


			.author		{
							text-align: 					center;
							font-size: 					12pt;
							font-family: 				"Sand, Times New Roman, Helvetica";
							color:						#ff0000;
							background-color:			transparent;
							font-weight:				bold;
							font-style: 					italic;
						}	

			.center		{
							text-align:					center;
						}			

			a:link    	{ color: #095782; 	font-size: 18pt;	font-weight:	bold;font-style: italic;}
			a:active  	{ color: #095782; 	font-size: 18pt;	font-weight:	bold;font-style: italic; }
			a:visited 	{ color: #095782;	font-size: 18pt; 	font-weight:	bold;font-style: italic; }
			a:hover 	{ color: #8d7b08;	font-size: 18pt; 	font-weight:	bold;font-style: normal; }				