﻿body
{
    background-color: #ffff99;
    color: teal;
    font-family: Times New Roman;
    font-size: large;
}
a:link
{
    color: teal;
}
a:active
{
    color: teal;
}
a:visited
{
    color: teal;
}
div.container
{
    width: 100%;
}
div.greeting
{
    position: fixed;
    left: 0px;
    width: 115px;
    text-align: center;
}
div.left
{
    position: fixed;
    left: 0px;
    width: 115px;
    text-align: center;
}
div.header
{
    margin-left: 105px;
    border: solid 2px teal;
    text-align: center;
}
h1.tmnet
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 32pt;
}
div.content
{
    margin-left: 105px;
    border-right: solid 2px teal;
    border-bottom: solid 2px teal;
    border-left: solid 2px teal;
    text-align: center;
}