body
{
    margin: 0px;
    padding: 0px;
    background: #3366cc;
    color: #e6e6fa;
}

hr
{
    display: none;
}

h1
{
    margin: 0px 0px 15px 0px;
    border-bottom: 1px dotted #6699ff;
    font-size: 24px;
    font-weight: bold;
    font-family: geogia, "Times New Roman", Times, Serif;
    text-transform: uppercase;
    padding: 30px 5px 5px 30px;
}

a
{
    width: 500px;
    background: transparent;
    color: #e6e6fa;
    font-size: 12px;
    text-decoration: none;
}

a:active,
a:hover
{
    background: #e6e6fa;
    color: #3366cc;
    text-decoration: none;
}

#pack
{
    margin: 10px 10px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

#face
{
    border: 1px solid #6699ff;
    width: 500px;
    text-align: center;
}

ul.title
{
    margin: 15px 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    position: relative;
}

ul.list
{
    margin: 10px 0px;
    padding: 0px;
    font-size: 10px;
    line-height: 150%;
    text-align: center;
    position: relative;
}

ul.title-article
{
    margin: 15px 15px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    line-height: 150%;
    text-align: left;
    position: relative;
}

ul.list-article
{
    margin: 10px 10px;
    padding: 0px;
    font-size: 10px;
    line-height: 150%;
    text-align: left;
    position: relative;
}

li, lili 
{
    margin-left: -25px;
}