﻿body
{
    background-color: #FFCC99;
}
div.whole
{
    margin-top: 10px;
    margin-left: auto;
    border: thin groove #FF0000;
    width: 900px;
    margin-right: auto;
}
div.head
{
    background-color: #FFFFFF;
    width: auto;
    border-bottom-color: #000000;
    border-bottom-width: thick;
    border-bottom-style: groove;
}
img.class
{
    
}
div.logo
{
    
}
div.main
{
    background-color: #FFFFFF;
    width: auto;
}
div.nav
{
    background-color: #FFFFFF;
    width: auto;
}
ul.nav
{
    background-color: #ffffff;
}
li.nav
{
    display: inline;
}
a.nav
{
    color: #CC0000;
    font-family: 'Times New Roman' , Times, serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: x-large;
    margin-top: 4px;
    margin-right: 15px;
    margin-left: 15px;
}
a.nav:hover
{
    font-family: 'Times New Roman' , Times, serif;
    font-weight: bold;
    color: #000000;
}

div.left
{
    border-right-width: thin;
    border-right-style: groove;
    border-right-color: #0000FF;
    float: left;
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-size: xx-large;
}
ul.left
{
    padding-left: 90px;
}
li.left, li.right
{
    list-style-type: square;
    text-align: justify;
    padding-left: 20px;
    font-size: large;
}
div.right
{
    float: left;
    width: auto;
    text-align: center;
    font-weight: bold;
    padding-left: 90px;
    font-size: xx-large;
}
ul.right
{}
div.footer
{
}