.header {
	font-family: "Trebuchet MS";
	font-size: 55px;
	text-align: center;
	vertical-align: middle;
	background-image: none;
}

.button {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #1E2140;
	text-decoration: none;
	background-color: #A09D96;
	display: block;
	width: auto;
	border-bottom-color: #1E2140;
	border-bottom-style: ridge;
	border-bottom-width: thin;
	border-left-color: #1E2140;
	border-left-style: outset;
	border-left-width: thin;
	border-right-color: #1E2140;
	border-right-style: outset;
	border-right-width: thin;
	border-top-color: #1E2140;
	border-top-style: outset;
	border-top-width: thin;
	padding: 3px;
	text-align: center;
	margin: 0px;
}

.button:hover {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1E2140;
	display: block;
	width: auto;
	border-bottom-color: #1E2140;
	border-bottom-style: ridge;
	border-bottom-width: thin;
	border-left-color: #1E2140;
	border-left-style: outset;
	border-left-width: thin;
	border-right-color: #1E2140;
	border-right-style: outset;
	border-right-width: thin;
	border-top-color: #1E2140;
	border-top-style: outset;
	border-top-width: thin;
	padding: 3px;
	text-align: center;
}

.content {
	font-family: "Trebuchet MS";
	font-size: 16px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	padding: 5px;
	color: #1E2140;
}
.footer1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
}

.footer {
	font-family: "Trebuchet MS";
	font-size: 14px;
	padding: 5px;
	color: #1E2140;
}
.highlight {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

