/*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: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
background-color: #e4e6e6;
}

p, li, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}

.intro {
font-weight:bold;
color: #a1090c;
}

.testimonial {
border:thin dashed #a1090c;
padding:10px;
background-color:#e4e6e6;
font-size:9pt;
}

/*this changes the headings, you can alter the size font type, and the color of these */

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18pt; line-height:120%;color: #a1090c;font-weight:bold;text-align:center}
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; color: #a1090c;font-weight:bold;text-align:center}
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13pt; color: #818284;font-weight:bold;text-align:left}
h4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color: #000;font-weight:bold;text-align:left;border-bottom:1px solid #000; }

.callout {
background-color:#d5d9dc;
padding:10px;
border:thin solid #818284;
font-weight:bold;
text-align:center
}
