@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0 auto;
	background-color: #bf9f69;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.nav {
	display: block;
	background-color: #956c2c;
	border-bottom: #b8955a;
	color: #b8955a;
	width: 100%;
	margin: 0 auto;
}
h2 {
	font-family: Garamond, Georgia, "Times New Roman", Times, Serif;
	color: #1E3142;
	font-style: italic;
	font-weight: normal;
	font-size: 36px;
}
.content-home {
	background-color: #a77b32;
	margin: 0 auto;
	padding-top: 45px;
}

.footer {
	font-size: 85%;
	color: #ffffff;
}
a {
	text-decoration: none; 
	color: #ffffff;
}
a:hover {
	color: #b8955a;
}
.table {
	border: 1px solid #69302b;
	background-color: #ffffff;
}
.table h1 {
	color: #436272;
	font-family: Garamond, Georgia, "Times New Roman", Times, Serif;
	padding: 0 55px 0 55px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2CBCB;
	font-weight: normal;
	font-size: 250%;
}
.table h2 {
	color: #526873;
	padding: 0 70px 0 70px;
	font-size: 125%;
	font-family: garamond, georgia, "times new roman", times, serif;
}
.table p {
	padding: 0 70px 0 70px;
}
.table a {
	color: #956c2c;
}
.table a:hover {
	border-bottom: dotted 1px #b8955a;
}
img {
	border: none;
}
.questions {
	padding-right: 25px;
	text-align: right;
	color: #4a5d71;
}
.portrait {
	padding: 5px;
	border: 1px dotted #B2CBCB;
}
