
h1
{
    font-size:14px;
}
h2
{
    font-size:12px;
}

div.pics
{
    text-align:left;
    height:220px;
    margin-top:20px;
    padding-left:10px;
}
div.pic
{
    width: 50%;
    float: left;
}

tr.head1, tr.head2
{
    color:white;
    font-size:12px;
    font-weight:bold;
}

tr.head1 td, tr.head2 td
{
    text-align:center;
}

table.containers
{
    text-align: center;
    color:black;
    width: 100%;
}

tr.head1
{
    background-color:red;
}
tr.head2
{
    background-color:blue;
}
tr.head3
{
    background-color:lightgray;
    font-weight:bold;
}
td.blue
{
    background-color:blue;
    color:white;
}