

body {
    font-family: Arial, Helvetica, sans-serif, sans-serif;
}

h0 {
    display: block;
    font-size: 24px;
    color: black;
    text-align: center;
    font-weight: bold;
    margin: 1.2em 0.5em 0.8em;
}

h1 {
    display: block;
    font-size: 18px; 
    text-align: left;
    font-weight: bold;
    color:rgb(26, 2, 32)
}    

h2 {
    display: block;
    font-size: 18px; 
    text-align: left;
    font-weight: bold;
    color:rgb(26, 2, 32)
}    

#link {
    color: blue;
}

p {
    display: block;   
    font-size: 14px; 
    color: rgb(26, 2, 32);
    text-align: left;
    margin-top: 0;
}

p1 {
    display: block;   
    font-size: 16px;
    color: rgb(26, 2, 32);
    text-align: left;
}


            