﻿body {
}
.Comment
{
    font-family: "Times New Roman", Times, serif;
    font-size: x-large;
    text-align: justify;
}
.style1
        {
            width: 100%;
            height: 600px;
        }
.style2
        {
            color: white;
        }
.style3
        {
    border: thin solid White;
    width: 100%;
}
.PhotoCell
{
    border: 1px solid White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: White;
    text-align: center;
    vertical-align: middle;
}
.ThumbButton
        {
            height: 150px;
        }
.Landscape
{
    height: 735px;
}
.Portrait
{
    height: 800px;
}

