/*
    ===================================================================
    Style sheet to define font sizes.
    ===================================================================
*/

body
{
    font-size: 80%;
}

h1
{
    font-size: 170%;
}

h2
{
    font-size: 150%;
}

h3, .menu.Main .title, .menu .title
{
    font-size: 130%;
}

h4, .comment .hdr
{
    font-size: 110%;
}

table h4
{
    font-size: 100%;
}

.menu
{
    font-size: 90%;
}

.comment, .commentform
{
    font-size: 80%;
}

.byline, .articlecat .paging table, .bookmarkslabel, #footer
{
    font-size: 75%;
}