﻿body 
{
    font-family:Arial;
    color: #666666;
}

a:link
{
    color: Black;
    text-decoration: none;
}

a:visited
{
    color: Black;
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

td.main
{
    padding: 4px 4px 4px 4px;
}

table.main
{
    border:1px solid #dddddd;
    width:800px;
}

table.thumbnail
{
    border:solid 1px #dddddd;
    background-color: White;
    width:152px;
    height:152px;
}