h1
{
    font-family : Arial;
    font-size : x-large;
    font-style : normal;
    font-weight : bold;
    color : aqua;
    text-align : center;
}
h2
{
    font-family : "Times New Roman";
    font-size : large;
    font-style : normal;
    font-weight : bold;
    color : aqua;
    text-align : center;
}
h3
{
    font-family : Arial;
    font-size : medium;
    font-style : normal;
    font-weight : bold;
    text-align : left;
}
p
{
    font-family : "Times New Roman";
    font-size : medium;
    font-style : normal;
    font-weight : normal;
    text-align : justify;
    color : rgb(0 , 0 , 0);
    text-indent : 5mm;
}
br
{
    font-family : "Times New Roman";
    font-size : small;
    font-weight : normal;
    text-align : justify;
    font-style : normal;
    color : rgb(0 , 0 , 0);
}
blockquote
{
    font-family : "Times New Roman";
    font-size : small;
    font-weight : normal;
    text-align : justify;
    left : 10mm;
}
li
{
    font-family : "Times New Roman";
    font-size : medium;
    font-style : normal;
    font-weight : normal;
    text-align : justify;
    color : rgb(0 , 0 , 0);
    text-indent : 2mm;
}
a:link {
    text-decoration: none;
    color: green;
}

a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
    color: white;
}

a:active {
    text-decoration: underline;
    color: white;
}