h1
{
    font-size: 24px;
    text-align:center; 
    color:black;
}

h2
{
    font-size: 18px;
}

body
{
    font-family: Verdana;
    margin-left: 15%;
    margin-right: 15%;
}

table
{
    
    font-size: 14px;
    margin: auto;
    text-align:center; 
    color:black;
}

p
{
    text-align: justify;
    font-size: 14px;
    color:darkgray;
}

.author
{
    text-align: center;
    font-weight: bold;
}

.text
{
    font-size: 14px;
    /* text-align: justify;  */
    color:slategray;
    margin-top: 20px;
    margin-bottom: 20px;
}

.super
{
    vertical-align: super;
    font-size: 10px
}
.sub
{
    vertical-align: sub;
    font-size: 10px
}

#imgtable img
{
    display: block;
    width: 100%;
    height: auto;
}