﻿body 
{
    font-family: verdana;
    font-size: 12px;
    text-align: center;
    background-color: #FFFFFF;
    margin-top:0px;
}



#bodycontainer
{
width: 900px; 
margin: 0 auto; 
text-align: left;
}

table tr td
{
    font-family: Verdana;
}

H1 
{
    Font-size: 14px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.testimonial
{
    font-size:11px;
    font-style:italic;
    display: block;
}

.testimonialname
{
    font-size:11px;
    font-style:italic;
    font-weight:bold;
    display:block;
    margin-bottom: 10px;
}

A:link
{
    color: red;
    text-decoration: none;
    font-size: 12px;
}

A:visited
{
    color: red;
    text-decoration: none;
    font-size: 12px;
}

A:hover
{
    color: orange;
    text-decoration: underline;
}

