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

    font-size: 1.6em;
    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-size: 1.6em;
    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 {

    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
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: 200px;
    height: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

div.synapsis {
    font-size: 1em;
}