@media screen and (max-width: 480px)
{
	
}

img
{
    max-width: 100%;
}

body
{
	font-family: "Open Sans", Verdana;
	text-align: center;
	color: #1d1d1b;
}

p
{
	font-size: 1.05em;
	line-height: 24px;
}

h1
{
	font-size: 2em;
	letter-spacing: 1px;
	margin: 10px;
}

h2
{
	font-size: 1.07em;
}

h3
{
	font-size: 1.06em;
	text-decoration: underline;
	margin-top: 10px;
}

h4
{
	font-size: 1.07em;
	letter-spacing: 0.03em;
	text-decoration: underline;
}

br
{
	line-height: 25px;
}

ul
{
	line-height: 27px;
	list-style: none;
	padding-left: 0;
}

hr
{
	max-width: 500px;
	padding:1px;
	background:#ffd508;
	border:0;
	margin-bottom: 20px;
}

