html, body {
	height: 100%;
}

body {
	background-image: url('./DarkBKG.jpg') !important;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: 100% 100%;
	font-family: 'Bonheur Royale', cursive;
}

h2 {
	font-family: Arial, Helvetica, sans-serif; /* or another Google font */
	font-weight: bold;
}

a {
	color: #555555;
	text-decoration: none;
}
a:visited {
	color: #777777;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	
}


#content {

	background-color: #440000;
	font-size: 30px;
}
