﻿html
{
    font-size:medium;
    font-family:Serif;
}

body
{
    background-color:#aaaaaa;
}

table
{
    padding:0px;margin:0px;
}

td
{
    padding:10px;margin:0px;
}


/*  IDs and layout */



table#mainTable td
{
    background-color:#f3f3f3;
}

table#mainTable td#images
{
    padding:0px;
}




/* Formating classes */
.title
{
    font-family:helvetica, Sans-Serif;
    font-size:200%;
    color:#222222;
}

.menuLink
{
    color:#222222;
}

.small
{
    font-family:Sans-Serif;
    font-size:65%;
}


/* begin testing styles */
td
{
    /*border:solid 3px red;*/
}

/* end testing styles */
