body
{
    font-family: Gill Sans, Helvetica, Arial, sans-serif;	
}

.big
{
    font-size: 48pt;
    font-weight: bold;
}

.big-secondary
{
    font-size: 48pt;
    font-weight: bold;
    color: #706060;
    margin-left: 2em;
}

.small
{
    font-size: 12pt;
}

a
{
    color: #706060;
    text-decoration: none;
}

a:hover
{
    color: #80A080;
}