

body
{
    
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    
}

h1
{
    color: #192057;
    font-size: 14pt;
}

p
{
    font-weight: bold;
}

#Navigation
{
    width: 900px;
    font-family: Arial; 
    font-weight: bold; 
    font-size: medium;
    margin: 0px auto;
}

#Navigation ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;   
}

#Navigation ul li 
{
    color: #192057;
    text-decoration: none; 
    display: inline;
    padding-left: 8px;
    padding-right: 8px;
}

#Navigation ul li a
{
    color: #192057;
    text-decoration: none; 
    display: inline;
}

#Navigation ul li a:hover
{
    color: #EBBB11;
    text-decoration: none; 
    display: inline;
}
