﻿body
{
    color: dimgray;
    font-family: verdana,arial;
    font-size: 10pt;
    text-align: justify;
    margin: 0px;
}
p
{
    color: dimgray;
    font-family: verdana,arial;
    font-size: 10pt;
    text-align: justify;
}

a:link
{
   
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
   
}
a:active
{

        text-decoration: none;
}
a:hover
{
    color: yellowgreen;
        text-decoration: none;
}

td
{
    text-align: justify;
    vertical-align: top;
}
img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
table
{
    text-align: center;
}
h2
{
    text-transform: capitalize;
}
hr
{
    width: 80%;
    color: lightgrey;
    text-align: center;
}
