﻿body {
    border: none;
    background: #fafaed none repeat scroll 0% 50%;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2;
    text-align: justify;
    padding: 1em;
}
a:link {
    color: Blue;
}
a:visited {
    color: Purple;
}
a:active {
    color: Red;
}
a:hover {
    color: Red;
}
p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2em;
    text-align: justify;
    padding: 1 em;
}
h1 {
    color: teal;
    font-family: Garamond, serif;
    font-size: 2em;
    text-align: center;
    line-height: 2.34em;
}
h2 {
    color: navy;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.74em;
    }
h3 {
    color: teal;
    font-family: Helvetica, Arial, sans-serif;
}
table,
th,
td {
    vertical-align: top;
    border: 0px;
    border-collapse: collapse;
    padding: 10px;
    border-spacing: 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: auto;
    line-height: 1.2em;
    margin: 0 auto;
    text-align: left;
    width: auto;
}
