.titleElem{
    border-bottom: 1px black solid;
    border-left: 1px black solid;
    width:  700px;
    margin-bottom:  15px;
}
.auth {
    margin: 20 0 10 0;
}
.innerTitle {
    background-color:    #B9C2AE;
    text-decoration: none;
    border-bottom: 1px solid #3C4357;
    text-color:  blue;
    padding-left:   10px;    
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
}
.linkTitle a {
    text-decoration: none;
    color: black;
}
.content {
    background-color:    #EAEAD3;
    padding-right:  10px;
    padding-left:   10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.text {
    clear: right;
}
.tag {
    border: 1px dotted black;
    margin-top: 5px;
    padding:    3 5 5 5;
    background-color:   #C9D6C3;
}

