﻿#page
{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20pt;
    margin-bottom: 20px;
    background-color: InfoBackground;
    width: 700px;
    
    border-style: ridge;
    border-width: 6px;
    border-color:Gray;
}
body
{
    font-family: 'Trebuchet MS';
    font-size: medium;
    background-color: Olive;
}
a:link
{
    text-decoration: underline;
}
h1
{
    font-family: 'Courier New';
    text-decoration: underline;
    color: #800000;
     
}
h4
{
    font-family: 'Courier New';
    color: #800000;
}
ul
{
    list-style-position: outside;
    list-style-type: disc;
    text-align: left;
}
.style1
{
    color: #FF3300;
}

