body {
margin:0;
background-color:#333333;
background-repeat:repeat-x;
}
p {
margin: 0 auto 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 {
width:700px;
margin: 15px auto 15px auto;
background-color:#EFEFEF;
padding: 10px;
}
.content {
background-color:#FFFFFF;
border: 1px #CCCCCC solid;
padding: 25px;
color:#000;
font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
text-align: justify;
}
.testimonial {
background-color:#F9F9F9;
border: 1px #CCCCCC dashed;
margin: 0 auto 0 auto;
width: 500px;
padding:10px;
vertical-align:top;
}
.testimonial img {
float:right;
margin: 0 0 5px 5px;
border: 1px #C7C7C7 solid;
}
.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: 1px #333333 dashed;
border-bottom: none;
background-color:#E4E4E4;
}
.box td {
padding: 3px;
border-bottom: 1px #333333 dashed;
}
.color1{
background-color:#fff;
}
.float-left   { float: left;}
img.float-left {
  margin: 5px 15px 5px 0px;
}
.optin {
width:500px;
background:#F3F9FF; 
border:4px #7D94AA dashed; 
margin: 0 auto;
}