html {
    overflow-y: scroll;
}

body {
    font-family:    Tahoma, Verdana, Arial, sans-serif;
}

A.leftlink, A.leftlink:active, A.leftlink:visited, A.leftlink:hover {
    color:          white;
    font-size:      0.9em;
    font-family:    Verdana, Arial, sans-serif;
    font-style:     italic;
    font-weight:    bold;
    text-decoration: none;
    position:       relative;
    left:           15px;
    top:            -3px;
}

.title {
    font-size: 1.4em; 
    font-weight: bold;
    color: navy;
}

.testimonial {
    font-style:     italic;
    color: navy;
}

a, a:active, a:visited {
    color: blue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
