@charset "utf-8";
/* church.css Document */

	  body {
	color: silver;
	font-family: "Comic Sans MS";
	background-image: url(../img/background/blue010.gif);
	  }

	  h1 {text-align: center;
	  }

	  a:link {
	color: #0CF;
		}

	a:visited {
		color: magenta;
		}

	a:active {
		color: pink;
		}

	a:hover {
		color: red;
		}