﻿
/* Custom */

.nounderline A {
    text-decoration: none;
    text-align: left;
}

a {
    color: #FFF;
    outline: none;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
}
    a:link, a:visited,
    a:active, a:hover {
        color: #FFF;
    }

    a:hover {
        background-color: #FF0000;
    }

body {
    background-color: #000000;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 30px;
    color: #FFFFFF;
}

.header {
    clear: both;
    background-color: #000;
    font-family: Helvetica;
    font-size: 30px;
    color: #FFF;
}
