﻿body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #005189;
}
.main-table
{
    width: 60%;
    height: 100;
    background-color: #005189;
}
H1
{
    font-size: large;
}
H2
{
    font-size: medium;
}
.style1
{
    width: 100%;
}
.style3
{
    text-align: left;
    font-family: "French Script MT";
    font-size: large;
    color: #005189;
    font-style: italic;
}
.style4
{
    text-align: center;
    font-family: "French Script MT";
    font-size: small;
    color: White;
    font-style: italic;
}
a {
    text-decoration: none;
}
a:link {
    color: #005189; 
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited { 
    color: #005189; 
} 
