﻿body 
{
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    font-family: Arial;
    padding-left: 40px;
}

h1 
{
    color: Gray;
    font-style:italic;
    text-align: center;
}

h2 
{
    text-align: center;
}

table 
{
    border-style: none;
/*    position: relative;
    left: 200px;*/
}
td 
{
    height: 10px;
    border-style: solid;
    border-width: 0px;
    border-color: black;
    text-align: center;
    /*width: 600px;*/
}

a:hover
{
    font-size: 15pt;
}

img 
{
    text-align: center;
    margin-bottom: 15px;
}

p
{
    font-size: 12pt;
    text-align: center;
}

