﻿body 
{
    font-family:Arial Narrow,Arial;
    background-color:Black;
}
h1
{
    font-size:xx-large;
    font-weight:900;
}
h2
{
     font-size:xx-large;
    font-weight:900;
    color:White;
}
.Panel1
{
    text-align:left;
}
.subtitlePanel
{
    border: medium ridge #333333;
    background-color: Gray;
    color: Yellow;
    text-align:left;
    
    position: relative;
    top: 1px;
    left: -50px;
    height: 220px;
    vertical-align:middle;
    width: 277px;
    margin-top: 0px;
}
.mainPanel1
{
    color: #001700;
    text-align: left;
    margin-left: 200px;
    margin-top: 50px;
    padding-top: 0px;
    float: left;
}
.mainPanel2
{
    
    color: #001700;
    text-align:left;
    margin-left:70px;
    margin-top:30px;
    padding-top:0px;
    float:left;
    position: relative;
    float:left;
    top: 0px;
    left: 5px;
    height: 186px;
    width: 579px;
}
.mainPanel3
{
    
    color: White;
    height: 153px;
    width: 220px;
    text-align: left;
    z-index: 1;
    left: 20px;
    top: 0px;
    float:left;
    position: relative;
    margin-top: 198px;
}