body 
{
  margin: 0;
  padding: 0;
  width: 320px;
  -webkit-text-size-adjust:none;      /* Turn off font resizing */
  background-color: #fff;
}
.top-bottom {
	display: none;
}
div#container, div#content, div#walter-stevenson, table {
	width: 320px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
}
table p, table h1 {
	display: none;
}
table div#twitter_div p {
	display: block;
	width: 115px;
}
table tr, table td {
	width: 320px;
	border: 0;
	padding: 0;
	margin: 0;
}
h1 {
	line-height: 1.2em;
}
h2, p, li, blockquote {
	font-size: 16px;
	line-height: normal;
}
#nav1 {
	display: none;
}
ul#nav2
{  
  font-size:20px;             /* All text content is 20 pixels */
  font-family: Helvetica;
  font-weight:bold;
  color:black;
  margin: 0;               /* The list fills the whole iPhone screen */
  padding: 0;
  width: 125px;           /* Each cell is 320 pixels wide */
  background-color: #fff;
}


ul#nav2 li
{
  list-style-type: none;
  
  border-top-width:1px;                    /*   Add a line at the top of every cell */
  border-top-color:rgb(217,217,217);
  border-top-style:solid;
  
  padding: 6px;
  margin: 2px 0;
  
  height:19px;       /* The total cell height includes the padding-top, padding-bottom, border and height values: 10+14+1+19=44 pixels */
  line-height:19px;  /* Ensure that the height of the cell includes the line at the top of the cell  */
}


ul#nav2 li:first-child
{
  border-top:0;   /* Remove the line above the first item of the list */
}


ul#nav2 li a /* Handle the click/tap highlight. Fills the entire cell with the iPhone grey background when tapped */
{    
  display: block;  /* Set the href to be a block rather than inline */
  
  /* The padding properties adjust the text content within the href block */
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 12px;
  padding-left: 8px;
  
  /* The margin properties adjust the size of the href block */
  margin-top: -8px;
  margin-right: -8px;
  margin-bottom: -12px;
  margin-left: -8px;    
  
  text-decoration: none;
  color: #000;
}
