a{
	color:#3165D4;
}

nav a, footer div a{
	margin:0px 5px;
}

h1{
  text-align: center;
}

nav{
  text-align: center;
}

body{
	font-family: Garamond, serif;
	margin: auto;
	padding:18px;
	max-width: 600px;
	font-size:18px;
	text-align: justify;
	position: relative;
  color:#f9f9f9;
	background-color: #222;
}

#light-button{
	margin-bottom: 8px;
	position: relative;
	left: 0%;
}

.light{
	color:#222;
	background-color:#f9f9f9;
}

.spooky{
	color:#f9f9f9;
	background-image: url('../img/spooky.gif');
}

.santa{
	color:#222;
	background-image: url('../img/santa.gif');
}