html, body{
	margin:0%;
	height:100%;
	width:100%;
	font-family:"Architects Daughter";
	background-color:#f7e2be;
}

#wrapper{
	margin:0 auto;
	width:60%;
	color:none;
	font-family:Architects Daughter;
}

h1{
	color:#1d1f4a;
	text-align:center;
}

h2{
	color:#1d1f4a;
}

p{
	color:#1d1f4a;
	font-size:14pt;
}

a{
	color:#4045ad;
	font-size:14pt;
	font-family:"silkscreen",sans-serif;
}

a:link, a:visited{
	color:#0f158a;
	text-decoration:none;
}

a:active, a:hover{
	color:#d49d44;
	text-decoration:underline;
}

img{
	margin:0%;
	width:70%;
	margin-left:110px;
	text-align:center;
}