body
{
	background-image: url("https://cdn.smartlydressedgames.com/Images/Website/Background.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #000000;
}

p, a, h1, h2
{
	color: #afafaf;
	font-family: "Arial";
	text-shadow: 0px 0px 8px #000000;
}

h1
{
	color: #d2bf22;
	font-size: 48px;
	text-shadow: 0px 0px 24px #000000;
}

h2
{
	font-size: 32px;
	text-shadow: 0px 0px 16px #000000;
}

a:hover, a:active
{
	text-shadow: 0px 0px 8px #d2bf22;
}

.header
{
	background-image: url("https://cdn.smartlydressedgames.com/Images/Website/Header.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-shadow: 0px 0px 32px #000000;
}