html, body
{
    background-color: #001940;
    font-family: Verdana;
}
.head
{
  width:100%;
  color:#FFFFFF;  
}
.siteTitle
{
 text-align: left;
 left: 0px;
 top:0px;
 font-size: 20px;
 margin-left: 20px;   
}
.author
{
    text-align: right;
    right: 0px;
    top:0px;
    float: right;
    font-size: 15px;
    margin-right: 20px;
}
.metro
{
    width: 100%;
    height: 100%;
    float: left;
}
.tile
{
    width: 300px;
    height:200px;
    border:5px;
    margin:20px;
    float: left;
}
.tileTitle
{
    text-align: center;
    height: 15%;
    color:#FFFFFF;
    font-weight: bold;
    font-size:18px;
}
.tileIMG
{
    width: auto;
    height: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.tileComment
{
    text-align: center;
    height: 10%;
    bottom: 5px;
    color:#FFFFFF;
    font-size:13px;
}