h1{
	color: white;
	font-family: "comic sans ms", cursive;
	text-shadow: 1px 1px 5px lightskyblue;
}
h3{
	color: white;
	font-family: monospace;
	text-shadow: 1px 1px 5px lightskyblue;
	font-size: 25px;
}
p{
	color: white;
	font-family: monospace;
	text-shadow: 1px 1px 5px lightskyblue;
	font-size: 15px;
}
a:hover{
	color: lightblue;
	font-size: 20px;
}
a{
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 20px 5px;
	width: 100%;
	font-weight: 100;
/*	letter-spacing: 2px;*/
	font-family: "comic sans ms", cursive;
	text-shadow: 1px 1px 5px lightskyblue;
}
li{
	list-style: none;
}