body {
	background: #fbfbfb;
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	line-height: 25px;
	color: #0b0b0d;
	text-align: justify;
	padding: 30px 0px 30px 0px;
	margin: 30px 0px 30px 0px;
}


table, tr, td {
	border: none;
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	line-height: 25px;
	color: #0b0b0d;
	text-align: justify;
}


a:link, a:visited {
	font-style: normal;
	color: #ecb65f;
	text-decoration: none;
}


a:hover {
	font-style: italic;
	color: #ecb65f;
	text-decoration: none;
}


a:active {
	font-style: normal;
	color: #ecb65f;
	text-decoration: none;
}


img {
	border: 0;
}


p, li { 
	font-size: 15px;
	line-height: 25px;
}


b, i {
	color: #d7c4b6;
}


input, textarea, option, select {
	background-color: #fbfbfb;
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	color: #0b0b0d;
	border: 1px solid #0b0b0d;
	padding: 1px;
}


.title {
	font-family: 'Playfair Display', serif;
	font-size: 37px;
	line-height: 42px;
	font-style: italic;
	letter-spacing: 1px;
	color: #c30f16;
	text-align: center;
	text-transform: lowercase;
	margin: 0px 0px 35px 0px;
}


h1 {
	font-family: 'Playfair Display', serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 8px;
	color: #c30f16;
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
}


.nav {
	font-family: 'Playfair Display', serif;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}


.nav a:link, .nav a:visited {
	font-style: normal;
	color: #c2b0a2;
	padding: 0px 25px 0px 25px;
}


.nav a:hover {
	font-style: normal;
	color: #c30f16;
	padding: 0px 25px 0px 25px;
}


.nav a:active {
	font-style: normal;
	color: #c2b0a2;
	padding: 0px 25px 0px 25px;
}


.changecolor {
	color: #ecb65f;
}