body {
	background: #000;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	height: 101%;
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color:#c7a78c;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#f7ece3;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#c7a78c;
}

p {
	font-family:"Times New Roman", Times, serif;
	color:#c7a78c;
	font-size: 16px;
	
}

a {
	text-decoration: none;
	color: #c7a78c;
	font-weight: normal;
}

a:hover {
	color: #F7ECE3;
}

html {
	height: 101%;
}
