body {
	font-family: "verdana", "georgia", "times new roman", serif;
	background-color: #cfbdb3;
	background-image: url('./images/sepia_bg.jpg');
	background-position: center;
	background-repeat: no-repeat; 
}

.mainBG {
	width: 600px;
	height: 846px;
	background-image: url('./images/main.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

p {
	width: 500px;
	padding: 5px;
	background-image: url('./images/darkPinkBG.png');
	background-repeat: repeat-y;
	font-size: 20px;
	position: relative;
}

label {
	font-family: "Trebuchet MS", "verdana", "georgia", "times new roman",
		serif;
	font-size: 20px;
}

img {
	border: 0px;
}

form {
	padding: 5px;
	width: 500px;
	background-image: url('./images/darkPinkBG.png');
	background-repeat: repeat-y;
}

.blue {
	color: blue;
	text-decoration: underline;
}

.blurb {
	font-family: "freestyle script", "rage italic", "vivaldi", "arial", "times new roman", serif;
	background-image: url('./images/darkPinkBG.png');
	background-repeat: repeat-y;
	font-size: 26px;
	text-align: justify;
}

.blurbFont {
	font-family: "freestyle script", "rage italic", "vivaldi", "arial", "times new roman", serif;
	font-size: 26px;
	text-align: justify;
}

img.left {
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
}

h1 {
	font-family: "Trebuchet MS", "verdana", "georgia", "times new roman",
		serif;
	font-size: 24px;
}

a {
	text-decoration: none;
	color: black;
	padding: 0px;
}

a:hover {
	text-decoration: none;
	color: #ae9487;	
}
