

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;
   color: black;
   /*color: #0000FF;*/
   text-align: center;
   font-weight: bold;
   margin: 0.5em 0.5em 0.5em;
}


h2 {
    display: block;   
    font-size: 18px;
    color: black;
    /*color: #0000FF;*/
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
    /*font-style: italic;*/
    /*margin: 0.8em 0.5em 0.8em; */
}

#link {
    color: blue;
}

p{
    display: block;   
    font-size: 14px;
    color: rgb(26, 2, 32);
    text-align: left;
}

p1{
    display: block;   
    font-size: 14px;
    color: rgb(26, 2, 32);
    text-align: left;
}

h3 {
    display: block;   
    font-size: 18px;
    color: black;
    /*color: #0000FF;*/
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
    /*font-style: italic;*/
    /*margin: 0.8em 0.5em 0.8em; */
}

p2 {
    display: block;   
    font-size: 14px;
    color: rgb(26, 2, 32);
    text-align: left;
}
p3 {
    display: block;   
    font-size: 14px;
    color: rgb(26, 2, 32);
    text-align: left;
}