body {
  margin: 0; 
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000;
  width: 100%;
  font-size: 80%;
}

#header img {
  display: none;
}

#content {
	width: 100%;
}

#menu {
  display: none;
}

#text {
  width: 100%;
}

#text img.screenshot {
  border: 1px solid #7c88ae;
  margin: 5px;
}

#text img.flag {
  vertical-align: middle;
  padding-left: 3px;
}

#bottom {
  width: 98%;
  font-size: 85%;
  text-align: right;
  height: 35px;
}

#bottom a {
  color: #fff;
}

#bottom img {
  display: none;
}

#bottom a:hover {
  text-decoration: none;
}

a {
  color: #000;
  text-decoration: none;
}

h2 {
  margin-top: 10px;
  font-family: "trebuchet ms", "times new roman", times, serif;
  font-size: 160%;
}

h3 {
  font-family: "trebuchet ms", "times new roman", times, serif;
  font-size: 120%;
}

table {
  border-collapse: collapse;
  font-size: 95%;
  border: 1px solid #666;
  width: 99%;
  margin: 0 1%;
}

table a {
  color: #000;
  text-decoration: none;
}

table img {
  border: 0;
}

th {
  border-bottom: 1px solid #666;
  text-align: left;
  height: 25px;
}

th.pict {
  width: 10%;
}

th.platform {
  width: 20%;
}

th.linkforum {
  width: 50%;
}

th.download {
  width: 70%;
}

th.comment {
  width: 40%;
}

td {
  border-bottom: 1px solid #666;
  height: 25px;
}

td.pict {
  text-align:center;
}

td.instructions {
  text-align:center;
}

.notice {
  width: 63%;
  border-top: 1px solid #7c88ae;
}

.shotdesc {
  margin-left: 5px;
}

hr {
  display: none;
}

p {
  text-align: left;
}

p.sign {
  text-align: right;
}

code {
  font-size: 120%;
}

abbr {
  font-size: 80%;
}