body
{ font-family: "gill sans", sans-serif; background-color: white; }
#header h1 
{
    text-indent: 4%; 
    font-size: x-large;
    color: #006;
}

#header h2 
{ 
    text-indent: 12%; 
    font-size: large;
    color: #300;
}

#images { width: 570px; color: #333;}

#images div div 
{ 
    padding: 5px; 
    float: left; 
    width: 170px; 
    height: 190px; 
    /*border: thin solid gray; */
    margin: 4px;
    background-color: #fffcee;
}

#images #m66 div, #images #greca div
{ 
    height: 156px; 
}

div.title 
{ 
    font-size: large; 
    text-align: center;
    margin-top: 1em;
}

#links { margin-left: 20px; width: 650px; padding: 10px; clear: both; }
#valid {float: right;}

table { width: 570px; border: none; text-align: center;}
tr.image {height: 170px; border-bottom: none;}
tr.name {height: 20px; border-top: none;}
tr.image td, tr.name td {background-color: #fffcee; border-width: 0px 3px 0px 3px; border-style: solid; border-color: white;}