/* hhmtstyle.css*/

body 
{
    background: url("hhlogo.jpg") top;
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 13em;

    font-family: helvetica, "arial",
           sans serif;
    color: purple;
    background-color: white
}
ul.therapist 
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 7em;
    left: 2em;
    width: 8em 
}
ul.therapist li
{
    background: white;
    margin: 0.5em 0;
    padding: 0.3em;
}
ul.therapist a
{
    text-decoration: none
}



















