*{
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
body {
	font-family: QuicksandLight, Helvetica, Verdana, sans-serif;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	color: #3b3b3b;
	background-color:white;
	background-image:
		radial-gradient(ghostwhite 9px, transparent 10px),
		repeating-radial-gradient(ghostwhite 0, ghostwhite 4px, transparent 5px, transparent 20px, ghostwhite 21px, ghostwhite 25px, transparent 26px, transparent 50px);
	background-size: 30px 30px, 90px 90px;
	background-position: 0 0;
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-family: QuicksandLight, Helvetica, Verdana, sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	color: indigo;
	padding: 20px;
	background-color: rgba(245,245,245,0.5)
}

p{
	font-family: QuicksandBook, Helvetica, Verdana, sans-serif;
	color: #779ddf;
	font-size: 20px;
	font-weight: lighter;
}