html
{
	background-color: #FFFFFF;
}

body {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}


.logo {
	position: absolute;
	width: 70%;
	height: 70%;
	top: 15%;
	left: 15%;
	padding: 0px;
	background-image: url("../images/PNGLogoColorXXL.png");
	background-color: #FFFFFF;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: contain; /* Resize the background image to cover the entire container */
}

.logo img {
	display: none;
}

.footer {
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 1%;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	color: #BCBCBC;
	text-align: center;
}

.footer p {
	display: inline-block;
	margin: 5px;
}

/* unvisited link */
.footer a:link {
  color: #888888;
}

/* visited link */
.footer a:visited {
  color: #888888;
}

/* mouse over link */
.footer a:hover {
  color: #888888;
}

/* selected link */
.footer a:active {
  color: #888888;
}


