body {
  background-color: white;
  background-image: url("../assets/tilebg.gif");
  background-repeat: repeat;
  color: black;
  font-family: Verdana;
}

h1,h3 {
color: white;
text-align: center;
font-family: Helvetica, san-serif;
}

h5 {
	text-align: center;
	color: red;
}

h6 {
	text-align: center;
	color: yellow;
}

p {
	text-align: center;
	color: white;
	font-family: Courier, Courier New;
}

a.homeButton{
	border: 2px;
	cursor: pointer;
	cursor: hand;
	background: url("../assets/snbanner1.gif") no-repeat;
	display: block;
	width: 420px;
	height:	160px;
	opacity: 1;
	transition: 0.3s;
}

a.homeButton:hover{
	opacity: 0.9;
}

a.homeButton:active{
	transform: translateY(2px);
	background: url("../assets/snbanner2.gif") no-repeat;
	
}

.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	text-align: center;
}