body {
	 text-align: center;
     background: #655;
     color: white;
     font-family: georgia;
     margin: 0 auto;
     width: 100%;
    }
h1 {
	font-size: 35px;
	color: white;
	text-align: center;
	margin: 20px 0px 20px 0px;
}
h3 {
	font-size: 22px;
	color: white;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
img {
	margin: 5px 0px 5px 0px;
	border: 4px solid white;
	border-radius: 20px;
	text-align: center;
}
h6 {
	text-align: center;
	color: white;
	font-family: georgia;
	font-size; 10px;
	margin: 5px;
}
p {
	text-align: center;
	color: white;
	font-family: georgia;
	font-size; 13px;
}
a {
	color: white;
}

span.rwd-line {
        display: inline;
}

@media (min-width: 700px) {
        body {
width: 680px;
margin: 0 auto;
}
}

@media (max-width: 350px) {
       span.rwd-line {
           display: block; 
           }
       p {
           font-size; 14px;
       }
       span.omit {
           display: none;
           }
}
     
