* {
  margin: 0px;
  padding: 0px;
  font-family: georgia,sans-serif;
  font-size: 12px;
}

body {
  background-color: #fff;
  padding-top: 30px; 
  margin: auto;
  width: 900px; 
  text-align: center; 
  color: #666;
}

img.logo { 
  float: left; 
  border: 0;
}

.menu { 
  margin-top: 30px; 
  margin-right: 10px; 
  float: right; 
  letter-spacing: 2px;
  font-size: 16px; 
  color: #000; 
} 

.menu a { 
  color: #888; 
  text-decoration: none; 
  font-size: 16px; 
} 

.menu a:visit { 
  color: #888; 
  text-decoration: none; 
  font-size: 16px; 
} 

.menu a:hover { 
  color: #000; 
  font-size: 16px; 
  text-decoration: none; 
}

.text { 
  float: left; 
  text-align: left; 
  font-size: 14px; 
  width: 445px; 
  line-height: 20px; 
  padding-top: 20px;
  padding-left: 5px;
}

.title { 
  font-size: 16px; 
  font-weight: bold; 
  color: #000;
  padding-bottom: 5px; 
} 

.text a { 
  font-size: 14px; 
  font-weight: bold; 
  line-height: 20px; 
  color: #666; 
  text-decoration: underline; 
}

.text a:hover { 
  text-decoration: underline; 
}

.text p, b { 
  margin-top: 10px; 
  font-size: 14px; 
  line-height: 20px; 
  color: #666; 
}

.text em { 
  font-size: 14px; 
  line-height: 20px; 
  color: #666; 
}

.text li { 
  margin-left: 30px; 
  text-align: left; 
  font-size: 14px; 
  line-height: 20px; 
}

.video { 
  float: right; 
  width: 430px; 
}

.footer { 
  clear: both;
  margin-top: 30px; 
  text-align: right;
  width: 900px;
  border-top: 1px solid #bbb; 
  font-size: 11px; 
  padding-top: 3px; 
  padding-bottom: 30px; 
} 

.footer a { 
  font-size: 11px; 
  text-decoration: none; 
  font-weight: bold; 
  color: #666
}

.footer a:hover { 
  text-decoration: underline
}

.footer span { 
  font-size: 11px;
}

.picture { 
  border-top: 1px solid #000; 
  padding-top: 2px; 
}

.note { 
  font-size: 11px; 
}

.note a { 
  font-size: 11px; 
}

.codesnip { 
  font-family: courier; 
  font-size: 12px; 
  text-align: left; 
  background-color: #ddd; 
  color: #000; 
  padding: 3px; 
  margin-top: 5px; 
  margin-bottom: 5px; 
  margin-left: 3px; 
}

