body {
margin:0;
background-color:#fff;
background-image:url(images/html-bg.gif);
background-repeat:repeat-x,y;
background-attachment:fixed;

}
p {
margin: 0 auto 0 auto;
}

A:link {text-decoration: none; color:#0000FF;}
A:visited {text-decoration: none; color:#0000FF;}
A:active {text-decoration: none; color:#0000FF;}
A:hover {text-decoration: underline; color:#CC0000;}

h1 {
margin:0px;
font-family: georgia;
font-size:26px;
color:#CC0000;
}
#body {
width:735px;
margin: 0px auto 0px auto;
background-color:#FFFFFF;
border: 1px #000000 solid;
}
#top {
background-color:#FFFFFF;
height:200px;
}
#nav {background-color:#000000;
height:20px;
font-size:14px
}
.content {
background-color:#FFFFFF;
border: 1px #737373 solid;
padding: 25px;
color:#000;
font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
.testimonial {
background-color:#FFF2E3;
border: 1px #C16800 dashed;
margin: 0 auto 0 auto;
width: 500px;
padding:10px;
vertical-align:top;
}
.testimonial img {
float:right;
margin: 0 0 5px 5px;
border: 1px #333 solid;
}
.testi_text {
font-family:"Courier New", Courier, monospace;
font-size:14px;
color:#333;
}
.box {
font-family:"Courier New", Courier, monospace;
font-size:14px;
}
.box table{
border: 1px #333333 dashed;
border-bottom: none;
background-color:#FFF2E3;
}
.box td {
padding: 3px;
border-bottom: 1px #333333 dashed;
}
.color1{
background-color:#fff;
}
.color2{
background-color:#FFF5CB;
}
