﻿body
{
    background-image: url(Images/BackGround.jpg);
    background-repeat: repeat-y;
    background-position: center;
    margin-top: 5px;
    background-color: Black;
}
select
{
    font-family: Verdana;
    font-size: 8pt;
}
input
{
    font-family: Verdana;
    font-size: 8pt;
}
textarea
{
    font-family: Verdana;
    font-size: 8pt;
}
a
{
    font-family: Verdana;
    font-size: 8pt;
}
span
{
    font-family: Verdana;
}
div
{
    font-family: Verdana;
    font-size: 8pt;
}
p
{
    color: White;
    text-align: justify;
    padding: 0px 0px 10px 0px;
    display: list-item;
}
ul
{
    color: White;
    text-align: justify;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px px;
}
li
{
    text-align: justify;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px px;
}