.page_background {
	background: url(../images/page_background.jpg) no-repeat;
	background-size: 100%;
}

.scroll {
	border-style:ridge;
	border-width:medium;
	border-color:navy;
	background-image: url(../images/scroll.jpg);
	background-repeat: repeat;
	background-position: center;
	vertical-align:text-top;
	padding:1%;
}

h1 {
	text-align: center;
	text-decoration:underline;
	font-weight:bold;
	text-transform:uppercase;
	color:navy;
}

h2, h3{
	text-align: center;
	text-decoration:underline;
	font-weight:bold;
	color:navy;
}

h3 {
	text-align: left;
	color:black;
}

dt{
	font-weight:bold;	
}