body  {background-color:#c83434;color:#000;font-family:Arial,verdana,sans-serif;font-size:120%;font-weight:600;text-align:center;}
#container  {margin:0 auto;text-align:center;}
p{line-height:160%;}
a:link, a:visited{color:#fff;text-decoration:underline;}
a:hover{color:#000;text-decoration:none;}

/* Mobile & Smallest Smartphone Screens */
@media only screen and (max-width: 480px){
	body{font-size:90%;}
	h1 {font-size:16px;}
	img{width:100% !important;height:auto;}
}