* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background-color: #2d2840;
    background-image: url('../images/www/bg.jpg');
    background-repeat: repeat;
    color: #1a1629;
    font-size: 15px;
    font-family: times New Roman, serif;
    text-align: center;
}

.container {
    width: 800px;
    height: auto;
    background-color: #FFF;
    border: 2px solid #fff;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: justify;
    line-height: 20px;
}

ul {
    list-style-type: circle;
    margin-left: 20px;
}

.small {
    font-size: 12px;
}

h1 {
    font-size: 16px;
    font-weight: bold;
}