root { 
    display: block;
    background-color: white;
}

body {
    margin-top: 0px;
    margin-left: 0px;
}
.main {
    padding-left: 50px;
}
a {
    color: blue;
    font-family: Serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;

}
a.la {
    color: white;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

a.la:hover {
    color: yellow;
    font-size: 12pt;
}
b {
    font-family: Serif;
    font-size: 10pt
}
.brodtext{
    color: black;
    font-family: Serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    text-align: justify;
}

p.jul{
    color: red;
    font-family: Times;
    font-size: 70pt;
    font-weight: normal;
    text-decoration: none;
}
.tm-text{
    color: black;
    font-family: Times;
    font-size: 12pt;
    font-weight: normal;
    text-decoration: none;
}
.trademark {
    color: black;
    font-family: Times;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
    vertical-align: super
}
