ul {
	list-style-type: none;
	align-content: center;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"
	}
li {
	display: inline;
	margin: 1em;
	font-size: 3;
}
a:link
{
   color: #707070;
   text-decoration: none;
}
a:visited
{
   color: #707070;
   text-decoration: none;
}
a:hover
{
   color: #707070;
   text-decoration: none;
}
a:active
{
   color: #707070;
   text-decoration: none;
}
h1{
	background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 100%);
	margin: 0;
	padding: 5;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
}