

/* "auto" makes the left and right margins center the wrapper */


#wrap {
	width: 450px;
	margin: 0 auto;
	padding-top: 10px;
}
#logo{
	max-width: 450px;
}
@media only screen and (max-device-width: 465px) {

	#wrap {
		width: 320px;
		padding-top: 0px;
	}
	#logo {
		width: 300px;
	}
	p {font-size: 14.5px;}
}

p {
	margin-top: 10px; margin-bottom: 10px;
}

body {
background-color: #eafafd;
}
a:link {
color: #000;
text-decoration: none;
}
a:visited {
color: #000;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: none;
}
a:active {
color: #000;
text-decoration: none;
}
span {color:#000;}
a:hover span {color:#03c;}
}

p {
	margin-top: 10px; margin-bottom: 10px;
}

body {
background-color: #eafafd;
}
a:link {
color: #000;
text-decoration: none;
}
a:visited {
color: #000;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: none;
}
a:active {
color: #000;
text-decoration: none;
}
span {color:#000;}
a:hover span {color:#03c;}
