/* Tampere Film Festival - Restate 2009 */
/* Typography for public user interface */

p {
    margin-bottom:14px;
    line-height:18px;
    margin-right:32px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, serif;
    font-weight: normal;
}

h1 {
    margin-bottom:18px;
}
/* underlining for the span element */
h1 span {
    border-bottom:1px solid #3e3e3e;    
}
h2, h3, h4, h5, h6 {
    margin-bottom:12px;
}


/* Link styles */
a {
    color:#227744;
}
a:hover {
    text-decoration:none;
}
