﻿body
{
    background-color: #CCFF66; /* 204 255 102 */
}
.MainTable
{
    width: 750px;
}
.BulletImage
{
    padding-bottom: 10px;
}
.BulletContent
{
    width: 530px;
    padding-left: 20px;
}
h1
{
    font-family: 'Comic Sans MS';
    color: #FF6600;
}
h2
{
    font-family: 'Comic Sans MS';
    color: #FF6600;
}
h2 a
{
    color: #FF6600;
}
h2 a:hover
{
    color: #FF0000;
}
p
{
    text-align: justify;
}

.ImagePlace1
{
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
}
.ImagePlace6 img
{
    width: 200px;
    height: 200px;
}
.ImagePlace2
{
    top: 0px;
    left: 0px;
    width: 200px;
    height: 180px;
}
.ImagePlace2 img
{
    width: 180px;
    height: 180px;
}
.ImagePlace3
{
    top: 0px;
    left: 0px;
    width: 200px;
    height: 160px;
}
.ImagePlace3 img
{
    width: 160px;
    height: 160px;
}
.ImagePlace4
{
    top: 0px;
    left: 0px;
    width: 200px;
    height: 140px;
}
.ImagePlace4 img
{
    width: 140px;
    height: 140px;
}
.ImagePlace5
{
    top: 0px;
    left: 0px;
    width: 200px;
    height: 120px;
}
.ImagePlace5 img
{
    width: 120px;
    height: 120px;
}
.ImagePlace6
{
    top: 0px;
    left: 0px;
    width: 200px;
    height: 100px;
}
.ImagePlace6 img
{
    width: 100px;
    height: 100px;
}
.BulletDescription
{
    border: 1px black;
    border-style: dashed;
    padding: 5px;
    text-align: justify;
}
footer
{
    text-align: right;
}

