/* CSS Linux InterFlorence Testimonials */

body {
        background-color:#f5f5f5;
}
a {
        color: #0000ff;
} 
a:link { text-decoration: underline; } 
a:visited { text-decoration: underline; } 
a:hover { text-decoration: none; font-weight: bold; }
a:active { text-decoration: underline; }
.menu { background-color:#f5f5f5;
        text-align:center;
        color:#0000ff;
        padding-top:3px;
        padding-bottom:5px;
        border-bottom-style:solid;
        border-bottom-width:thin;
        border-bottom-color:#d0d0d0;
        border-top-style:solid;
        border-top-width:thin;
        border-top-color:#d0d0d0;
}
.img {
        border:0;
}
.testimonial {
        padding:2px;
        border-style:solid;
        border-width:thin;
        border-color:#1991cf;
}