/* CSS Document - default style sheet for Seurat gallery */
:link {
    color : #0033ff; 
} 
:visited {
    color : #0033ff; 
} 
:active {
    color : #0033ff; 
} 
.header-default {
    color : #c72361; 
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 100%;
    font-weight : bold;
} 
.header-small {
    color : #c72361; 
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 70%;
    font-weight : bold;
} 
.text-default {
    color : #000000; 
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 80%;
    font-weight : normal;
} 
.text-small {
    color : #000000; 
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 70%;
    font-weight : normal;
} 
