.title {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
       }

.main_text {
       text-indent: 10pt;

       }

.text_link {
 font-family: Arial, Helvetica, sans-serif;
 color: black;
 font-size: 10pt;
}

.text_link a, text_link a:visited
{
 font-family: Arial, Helvetica, sans-serif;
 color: red;
 font-size: 10pt;
 text-decoration: underline;
}

.text_link a:hover, .selected {
 color: red;
 text-decoration: none;
}