﻿body 
{
    background-color:Black;
    text-align: center;
}

#div1
{
    background-color:#181818;
    width:600px;
    height:550px;
    margin: auto auto; 
}

h1
{
    color: White;
    font-family: 'Myriad Pro';
    font-size: xx-large;
    font-weight: bold;
    visibility:hidden;
}

h2
{
    color: White;
    font-family: 'Myriad Pro';
    font-size: large;
    font-weight: bold;
}

h4
{
    color: White;
    font-family: 'Myriad Pro';
    font-size: normal;
    font-weight: normal;
}

ul
{
    list-style-type: none;
}

li
{
    float: left;
}

a
{
    color:#DDDDDD;
    
}