@font-face {
 font-family: aflfont;
 src: url('aflfont.woff') format('woff'),
      url('aflfont.TTF') format('truetype');
 font-weight: normal;
 font-style: normal;
}

body {
        background: #333;
        color: #080;
        font-family: 'aflfont';
        padding-left: 8%;
        padding-right: 8%;
        font-size: 18px;
}

a:link {
        text-decoration: none;
        color: #0f0;
        background: transparent;
}

a:visited {
        text-decoration: none;
        color: #0f0;
        background: transparent;
}

a:hover {
        color: #000;
        background: #0f0;
        text-transform: none;
        text-decoration: none;
}

a:active {
        text-decoration: none;
        color: #000;
        background: #0f0;
}

p.legal {
        text-align: justify;
        font-size: xx-small;
}

p.caption {
        text-align: center;
        font-size: small;
}

p {
        text-align: justify;
}

p.big {
        font-size: large;
        text-align: center;
}

p.huge {
        font-size: xx-large;
        font-weight: bold;
        text-align: center;
}

pre.centered {
        text-align: center;
}

p.right {
        text-align: right;
}

p.centered {
        text-align: center;
}

img {
        border: 0;
}
