table.loading {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

table.screenShots {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

table.textBody{
    height: 387px;
    width: 665px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

td.textBody{
    vertical-align: top;
    text-align: left;
}

h1{
    font-family: Georgia;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

a{
    text-decoration: underline;
    color: #ffffff;
    cursor: pointer;
}

img.screenShot{
    width: 480px;
    height: 360px;
}

img.aboutScreen{
    width: 320px;
    height: 240px;
}

td.subscribeForm{
    vertical-align: top;
    text-align: right;
}

td.subscribeSubmit{
    vertical-align: top;
    text-align: center;
}