/*************************************
** format 1 style sheet
*************************************/
body{background-color:#faedf7;
	background-image:url("images/chanie.jpg");
	background-repeat:no-repeat;
	font-family:Arial,Verdana,sans-serif;
	}
h1 {font-family:Georgia,"Times New Roman",serif;
	background-color:#6f4976;
	color:#ffffff;
	font-size:3em;
	text-indent:2em;
	line-height:400%
	}
main{
	
	color:#6f4976;
	text-size:2em;
	font-weight:bold;
	}
h2 {font-size:2em;
	font-weight:bold;
	background-color:#ffffff;
}
	
footer a{text-decoration: none;
	color:#6f4967;
	font-weight:bold;

	}