.testimonial
{
    position:relative;
    width:568px;
    margin-top: 10px;
    margin-left:5px;
    sborder: solid thin #CCCCCC;
    border: solid 1px #CCCCCC;
    overflow:hidden;
}

.testName
{
    font-family: Georgia, Geneva;
    font-size: small;
    font-style:italic;
    text-align:right;
}

.testText
{
    font-family: Georgia, Geneva;
    font-size: medium;
}


