/*
Jon's fund
Help ensure that Jon and his family don't have to worry about money for food, transportation, and lodging while Jon is recovering.
*/

body {
	text-align: center;  
	color: #3f291d;
	font-family: Helvetica, Verdana, Arial, sans-serif;
  }

#container {
	margin: 0 auto;
	width: 540px;
  } 
  
h1{
	font-weight: bold;
	font-size: 36px;
}
  
h2 {
	font-size: 16px;
}
                                      
#jon{
	padding-top:10px;
	padding-bottom:20px;
}

#info{
	padding-top:60px;
	font-size: 10px;
}
