h1 {font-family:'Helvetica', sans-serif;
	background: #1d1e1f;
	font-size: 25px;
	color: white;
	text-align: center;
	padding: 5px;
	/* text-transform: uppercase; */
	text-shadow: 0px 4px 10px #White;
}

h2	{font-family:'Helvetica', sans-serif;
	color: White;
	text-align: center;
	font-size: 20px;
	padding: 5px;
	/* text-shadow: 0px 0px 10px #396dc7; */
}
div	{padding: 20px;
}
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
body {font-family:'Helvetica', sans-serif;
	font-style: white;
	background: black;
	text-align: center;
}
.smallimage {
	align:center; size:25%;
}

li {
	font-size: 20px;
text-align: center;
}
a:link{
	color:white;
	text-decoration: none;

}

a:visited{
	color:white;
	text-decoration: none;
}

a:hover {
	color:white;
	font-size:30px;
	text-decoration: underline;
	text-align: center;
		text-shadow: 0px 0px 10px white;
}
