﻿body 
{    
    background-color : #000000;
    font-family : Arial;
    color : #eeeeee;
    text-align:center
}

#page
{
    margin-top:75px; 
}
div.Header
{
    font-size:xx-large;
    font-weight:bold;
}
div.info
{
    font-size:small;
}

a
{
    font-weight:bold;
    text-decoration:none;
    color:#999999;        
}

a:hover
{
    color:red;
}

div.logo
{
    height : 400px   ;
    width : 600px ;    
}