@charset "utf-8";
/* CSS Document */


#container {
	background-color: #B0AC96;
	width: 750px;
	height: 550px;
	margin-right: auto;
	margin-left: auto;
}
#container p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #000;
	text-align: center;
}
#container h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #354A2B;
	font-weight: bolder;
	text-align: center;
	font-size: 46px;
}
a:link {
	color: #354A2B;
	text-decoration: none;
	font-weight: bolder;
}
body {
	background-image: url(P1010203.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
}
