body
{
    font-family: Tahoma, 'Arial Narrow' , Arial;
}

.cHeader
{
    background-color: #eeffdd;
    font-size: x-large;
    text-align: left;
    border: lightgrey 1px solid;
    width: 100%;
    color: #006633;
}
a
{
    text-decoration: none;
    background: none;
    color: #006633;
}
a:hover {
	text-decoration: underline;
}

.cMain
{
 		font-size: small;
}
.cFooter
{
    text-align: center;
    color: #006633;
    background-color: #eeffdd;
    font-size: small;
}

.cCells
{
    height: 200px;
    width: 100%;
    text-align: center;
    border-right: lightgrey 1px solid;
    border-top: lightgrey 1px solid;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
    table-layout: auto;
}

.cMenu
{
    width: 175px;
    vertical-align: top;
    border: lightgrey 1px solid;
    list-style-type: disc;
    padding-left: 20px;
}