body {
  margin: 0px;
  background: url('../img/bg.png') repeat-x #4396c2;
  font-family: Arial;
}
a {
  color: #0061a6;
  text-decoration: underline;
}
a:hover {
  color: #0089ba;
  text-decoration: none;
}
a.copy {
  color: #eee;
}
a.copy:hover {
  color: #ffcc00;
}
a.star {
	display: block;
	width: 35px;
	height: 35px;
	background: url('../img/star1.png');
}
a.star:hover {
	background: url('../img/star3.png');
}
a.star2 {
	display: block;
	width: 35px;
	height: 35px;
	background: url('../img/star2.png');
}
a.star2:hover {
	background: url('../img/star3.png');
}
div.codehtml {
  width: 80%;
  padding: 5px;
  border: 3px solid #aaa;
  background: #444;
}
h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  text-decoration: underline;
}
p.codehtml {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  margin: 5px;
  margin-bottom: 8px;
}
p.copy {
  margin: 9px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
p.desc {
  font-size: 12px;
  width: 550px;
  margin-top: 25px;
  margin-bottom: 25px;
}
p.info {
  font-size: 11px;
  margin: 0px;
  margin-top: 35px;
}
p.link {
  font-size: 13px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 4px;
}
p.menu {
  margin: 0px;
  margin-left: 25px;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}
p.pages {
  font-size: 12px;
  font-weight: bold;
  width: 550px;
  margin-top: 35px;
}
p.vid {
  font-size: 11px;
  margin-top: 4px;
  margin-bottom: 8px;
}
table.share {
  width: 80%;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 11px;
	font-style: italic;
}
td.td1 {
  background: url('../img/bg1.png');
}
td.td2 {
  background: url('../img/bg2.png');
}
