body {
    background-color: #000000;
    color: White;
    margin-top: 20;
    margin-bottom: 20;
}

h1 {
    font-family:  sans-serif;
    font-size:  14px;
    font-weight:  bold;
}

h2 {
    font-family:  sans-serif;
    font-size:  14px;
    color: #ffffff;
}

h3 {
    font-family:  sans-serif;
    font-size:  13p%;
    color: #ffffff;
}

h4 {
    font-family:  sans-serif;
    font-size:  12px;
    color: #ffffff;
}

a:link {
    text-decoration: underline;
    color: #ffffff;
}

a:visited {
    text-decoration: underline;
    color: #ffffff;
}

a:active {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: #FFCD32;
}

.text {
    font-family: Verdana, Arial, sans-serif;
    font-size:  10px;
    color: #ffffff;
}

.call_text {
    font-family: Verdana, Arial, sans-serif;
    font-size:  12px;
    color: #FFCE31;
}

input {
        font-size: 10px; COLOR: #ff0000; font-family: verdana, arial, sans-serif
}

select {
        font-size: 10px; COLOR: #ff0000; font-family: verdana, arial, sans-serif
}

option {
        font-size: 10px; COLOR: #ff0000; font-family: verdana, arial, sans-serif
}

textarea {
        font-size: 11px; COLOR: #ff0000; font-family: verdana, arial, sans-serif
}