/* 
    Document   : artists
    Created on : 20-Feb-2009, 20:34:41
    Author     : dietmar steiner
    Description:
        Purpose of the stylesheet follows.
*/

h1 {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 1.5em;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
h2 {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
div.artistblock {
    overflow:hidden;
}
a.artist {
    
    color: #000000;
}

a.artist:link {
    color: #000000;
}
a.artist:active {
    color: #000000;
}
a.artist:visited {
    color: #000000;
}
a.artist:hover {
    text-decoration:underline;
    color: #00ff00;
}
span.artist {

    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
}

img.artist {
    float:left;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    clear:left;
}

div.synapsis {
    overflow:hidden;
    clip:auto;
    font-size: .7em;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}