body {
	background-color: #0b0b0d;
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	line-height: 25px;
	color: #fbfbfb;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}


table, tr, td {
	border: none;
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	line-height: 25px;
	color: #fbfbfb;
	text-align: justify;
}


a:link, a:visited {
	font-style: normal;
	color: #9a9a9a;
	text-decoration: none;
}


a:hover {
	font-style: italic;
	color: #9a9a9a;
	text-decoration: none;
}


a:active {
	font-style: normal;
	color: #9a9a9a;
	text-decoration: none;
}


img {
	border: 0;
}


p, li { 
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
}


input, textarea, option, select {
	background-color: #18181a;
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	color: #fbfbfb;
	border: 1px solid #fbfbfb;
	padding: 1px;
}


h1 {
	font-family: 'Playfair Display', serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 6px;
	color: #8e8b8b;
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
}


.nav {
	font-family: 'Playfair Display', serif;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}


.nav a, .nav a:visited {
	font-style: normal;
	color: #9a9a9a;
	padding: 0px 15px 0px 15px;
}


.nav a:hover {
	font-style: normal;
	color: #fbfbfb;
	padding: 0px 15px 0px 15px;
}


.nav a:active {
	font-style: normal;
	color: #9a9a9a;
	padding: 0px 15px 0px 15px;
}