body {
  margin: 0;
  background-color: #333333;
  background-repeat: repeat-x;
}
p {
  margin: 0 auto;
}
a:link {
  text-decoration: none;
  color: #333333;
}
a:visited {
  text-decoration: none;
  color: #333333;
}
a:active {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: underline;
  color: #333333;
}
h1 {
  margin: 0px;
  font-family: 'trebuchet ms',Verdana,Arial,Helvetica,sans-serif;
  font-size: 24px;
}
#body {
  margin: 15px auto;
  padding: 10px;
  width: 750px;
  background-color: #efefef;
}
.content {
  border: 1px solid #cccccc;
  padding: 25px;
  background-color: #ffffff;
  color: #000000;
  font-family: 'trebuchet ms',Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
}
.testimonial {
  border: 1px dashed #cccccc;
  margin: 0 auto;
  padding: 10px;
  background-color: #f9f9f9;
  width: 500px;
  vertical-align: top;
}
.testimonial img {
  border: 1px solid #c7c7c7;
  margin: 0 0 5px 5px;
  float: right;
}
.testi_text {
  font-family: "Courier New",Courier,monospace;
  font-size: 12px;
  color: #666666;
}
.box {
  font-family: "Courier New",Courier,monospace;
  font-size: 12px;
}
.box table {
  border-style: dashed dashed none;
  border-color: #333333 #333333 -moz-use-text-color;
  border-width: 1px 1px medium;
  background-color: #e4e4e4;
}
.box td {
  border-bottom: 1px dashed #333333;
  padding: 3px;
}
.color1 {
  background-color: #ffffff;
}
