body{
    color: #ffffff;
    font-family:  calibri,Sylfaen,'Times New Roman',Times,serif;
}
a:link{text-decoration:none; color: #ff0000;}
a:visited{text-decoration:none; color: #ff0000;}
a:active{text-decoration:none; color: #ff0909;}
a:hover{text-decoration:none; color: #cfcfcf;}
.delim{
    clear: both;
    border: dotted 1px #a0a0a0;
    color: #cfcfcf;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 7px;
}
.p{
    text-align: justify;
    padding-right: 10px;
    padding-bottom: 10px;
    text-indent: 25px;
}
.pb{
    clear: both;
    text-align: justify;
    padding-right: 10px;
    padding-bottom: 10px;
    text-indent: 25px;
}
#head{
    font-size: 25px;
    font-family: Tahoma, Times;
}
.pri{
    width: 250px;
    position: absolute;
    left: 10px;
    top: 70px;
    border: 1px dotted red;
    background: #1f1f1f;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}