body
{
    font-family: sans-serif;
}

.organisation_name
{
    text-decoration: underline;
    display: block;
}

h1
{
    font-size: x-large;
    text-align: center;
    margin-bottom: 0;
}

#CounsellorLinks
{
    text-align: center;
}

.contact_details
{
    text-align: center;
}

.contact_details > *
{
    margin-left: 1em;
    margin-right: 1em;
}

.contact
{
    display: inline;
}

.person
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
}

.person_details, .statement, .contact_details
{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.person_details
{
    width: 30em;
    margin: auto;
}

.person_details > *
{
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.statement
{
    max-width: 50em;
    margin: auto;
}

.fees
{
    text-align: center;
}

.person_details img
{
    float: left;
    margin-right: 1em;
}

.thumbnail
{
    width: 5em;
}


img
{
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

*:target
{
    background-color: silver;
}