/* CSS Document */
body {
	background-image: url(images/background.jpg);

}
.wrapper {
	position: relative;
	height: auto;
	width: 780px;
	z-index: 1;
	border: thin none;
	margin-left: -390px;
	visibility: visible;
}

.style2 {
	font-size: 14px;
	font-weight: bold;
	color:#18406A;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}

.memorialtext {
	font-size: 14px;
	color:#18406A;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}

.style3 {
	font-size: 16px;
	font-weight: bold;
	color:#18406A;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
}

.style4 {
	font-size: 18px;
	font-weight: bold;
	color:#18406A;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
}

a:link {
	color: #18406A;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #18406A;
}
a:hover {
	text-decoration: none;
	color: #6899CC;
}
a:active {
	text-decoration: underline;
	color: #18406A;
}

