A {
	color: #5F5F5F;
	font: normal normal;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: small;
}

A:Hover {
	color: Black;
	font: normal normal;
	text-decoration: none;
	font-size: small;
}

H1 {
	color: Teal;
	font: normal normal;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: x-large;
	font-family: Calibri;
	font-weight: bold;
}

text {
	color: Black;
	font-size: small;
	font-family: Georgia;
	text-align: center;
}

logo {
	color: White;
	letter-spacing: 3px;
	font-size: 400%;
	font-family: Copperplate Gothic Bold;
	font-weight: bold;
	}

background {
  	background-image: url(background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background:#5c5e5d;
}