* {
	background-color: #2BCC8D;
}

li {
	list-style: none;
}
h1 {
	padding-left: 1em;
	padding-bottom: 1em;
	color: white;
	text-align: left;
	font-family: Helvetica;
	font-weight: bolder;
	font-size: 625%
}

a:link {
	padding-left: 1.5em;
	padding-right: 1.5em;
    text-decoration: none;
    text-align: left;
	font-family: Helvetica;
	font-weight: lighter;
	font-size: 200%
}

a:visited {
    background-color: transparent;
    color: white;

}

a:hover {
    background-color: white;
    color: black;
}

a:active {
    background-color: hotpink;
} 


