html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  background-color: #bde0e6; 
}

#container
{
  margin-left: auto;
  margin-right: auto;
  background-color: #f2fdff;
  padding-top: 20;
  padding-bottom: 20;
  max-width: 700px;
}

div.title {
  text-align: center;
}

#menu {
  font-weight:bold;
  font-size:30;
  text-align: center;
  margin-bottom: 30px;
}

.responsive {
  width: 100%;
  height: auto;
}

div.heading
{
  color: #666666;
  font-weight:bold;
  font-size:20;
  text-align: left
  padding-left: 10;
  margin-top: 0px;
  margin-bottom: 3px;
}

div.item {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width:700px;
  margin: 10px;
  font-weight:normal;
  color: #000000;
}

div.portraitscreenshot {
  float: left;
  width:50%;
  max-width:350px;
}

div.pad {
  padding: 5px;
}

div.nofloat {
  float: none;
}

a {
  text-decoration: none;
  color: #999999;
  font-size:14;
}

a:hover {
  color: #000000;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
