@media screen and (max-width: 	0px){
	:root{font-size:90%;}
}
html{
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    font-size: 100%;
    -webkit-text-size-adjust:none;
}
body,html{;
	margin:0; 
	
}/*# sourceMappingURL=style.css.map */



h1{
	font-family:"Roboto Condensed","Roboto Condensed-fb",Helvetica,Arial,sans-serif;
	font-size:1.75rem;
	line-height:1.5;
	font-weight:700;
	color:#fafafa;
	margin:0;
}

header{
	padding:.75rem;
}

#body{
	padding:.75rem;


}
#message{
	margin-top:0;
}
p,ul,li,a{
	font-size:1rem;
	line-height:1.5;
	word-wrap:break-word;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color:#191919;
}

a {
	text-decoration:underline;

}

a:hover{
	color:#016ea5;
}

ul{
	padding-left:0;
	list-style-position: inside;
}