.clearBoth {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.navhelp {
    display: none;
}

a:focus {
    outline: 1px dotted #AAD400;
}

body {
    background: #EEEEEE;

    font-family: "Trebuchet MS", "Verdana CE", "Arial CE", Verdana, Arial, sans;
    font-size: 62.5%;
    line-height: 1em;

    height: 100%;

    color: #4D4D4D;
}

html {
    height: 100%;
}

strong {
    font-weight: bold;
}
