@charset "UTF-8";
body {
    background-color: black;
    color: white;
    text-align: center;
}
body table {
    
    position: relative;

}


nav {
    width: 1200px;
    margin: 0 auto;
    background-color: black;
    height: 80px;
}
a:link {
color: #727991;
}
a:visited {
color: #919072;
}
a:hover {
color: #916f7c;
}

.wrapper    {
    background-color: black;
    margin: 0 auto;
    text-align: center;
    width: 1200px;
}
ul {
    margin: 0 auto 0 165px;
    padding: 0;
    
}
ul li {
    list-style: none;
    display: inline-block;
    float: left;
    line-height: 80px;
}
ul li a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-family: arial;
    padding: 0 20px;
}