/*Main Page style seet*/

body {background-image:url(images/parch3.jpg);
			background-color:#E1C49A;
		 color:black;font-family:
		 Georgia,'Bookman Old Style',Garamond,
		 'Times New Roman',serif;font-size:small;
			text-align: center; }

h1,h2 {
	text-align:center;
	font-weight:700
}
h3,h4,h5 {text-decoration:none; 
		text-align:center; 
		font-weight:700}
		
a { color: chocolate; }

a:visited { color: brown ; }

a:hover { color: crimson;
					font-style:italic;}

a:active { color: saddlebrown; }
