html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../img/layout/bg.gif');
    background-repeat: repeat-x;
    background-color: #222;
}

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

.bold { font-weight: bold; }
.normal { font-weight: normal; }
.italic { font-style: italic; }

a, a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: none; }

a.inverted, a.inverted:visited { text-decoration: none; }
a.inverted:hover, a.inverted:active { text-decoration: underline; }

.invis {
    padding: 0px;
    margin: 0px;
    border: none;
    background: none;
}