html,
body
{
    color:            #555555;
    font-family:      'Ubuntu', sans-serif;
    font-size:        1em;
    font-weight:      400;

}

h1
{
    font-size:   5em;
    font-weight: 400;
}

h2
{
    font-size:   3em;
    font-weight: 300;
}

h3
{
    font-size:   2em;
    font-weight: 300;
}

.nowrap
{
    white-space: nowrap;
}

.clearer
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}
