/*this first part is to set the font style, color and size of your text, as well as the background color of the page */
body {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
background-color: #d1d7b9;
}

p, li, td {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

.intro {
font-weight:bold;
color: #454A36;
}

.testimonial {
border:thin dashed green;
padding:10px;
background-color:#ffff80;
font-size:10pt;
}

/*this changes the headings, you can alter the size font type, and the color of these */

h1 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 20pt; line-height:120%;color: #454A36;font-weight:bold;text-align:center}
h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 18pt; color: #454A36;font-weight:bold;text-align:center}
h3 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 15pt; color: #5E644A;font-weight:bold;text-align:left;border-bottom: 1px dashed #5e644a}
h4 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 13pt; color: #5E644A;font-weight:bold;text-align:left;}

.subscribe {
font-family:"Trebuchet Ms",Verdana,sans-serif;
font-size:8pt;
text-align:center;
border: 1px solid #596046;
width:90%;
margin-left: auto;
margin-right: auto;
height:325px;
background-color:#e7e7e7;
}

.subscribehead {
        background-color:#596046;
        color: #fff;
        font-weight:bold;
        margin-top:-2px;
}


.subscribetext {
        color:#000;
        line-height:110%;
        font-size: 8pt;
}

.powertip {
border: 1px solid green;
padding:5px;
background-color:#e7e7e7;
}