body {
	font-family: Helvetica;
	font-weight:normal;
	font-size:30px;
	margin: 0;
	padding: 0;
	min-height: 960px;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

ul {
	margin: 0;
	padding: 5px;
	height: 90px;
	background-color: #333;
	border-bottom: 1px solid #777;
	}

ul li {
	float:left;
  list-style-type:none;
  }

ul li a {
	display: block;
	margin: 0 auto;
	width: 150px;
	text-align:center;
	line-height: 64px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-shadow: #fff 0px 2px 2px;
	border-width: 14px;
	-webkit-border-image: url(whiteButton.png) 14 14 14 14;
}

ul li a.selected {
	color: #fff;
	text-shadow: #333 0px 2px 2px;
	-webkit-border-image: url(grayButton.png) 14 14 14 14;
}

div {
	margin: 5px;
}

i {
	display: block;
	float: right;
}

h1 {
	background-color: #96A8C8;
	padding: 10px;
	margin: 0;
}

h1 a {
	background-color: white;
	font-size:30px;
	color:black;
	text-shadow: #aaa 0px 1px 1px;
	border: 1px solid #aaa;
	-webkit-border-radius: 20px;
	padding: 10px;
	margin: 0;
	display: block;
	text-decoration: none;
}

h3 {
	color: gray;
	font-size: 14px;
	text-align: center;
}

img {
	display: block;
	margin: 0;
	padding: 3px 0 3px 0;
}

p {
	display: none;
	position: absolute;
	background-color: lightyellow;
	opacity: 0.95;
	color:black;
	border: 1px solid grey;
	margin: 30px;
	padding: 30px;
}

blockquote {
	font-size: 18px;
	margin: 10px 2px 0 2px;
	text-align: center;
}
