a, a:visited, a:hover, a:active {text-decoration: none;}

body {
    margin: 0px 0px 0px 0px;
    background: #222629;
    text-align: center;
    }

#container {
    position: relative;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 15px;
    text-align: left;
    border: 1px solid #181d20;
    border-top: 0px;
    border-bottom: 0px;
    }
    
#video {
    position: relative;
    width: 480px;
    margin: 0px;
    background: #181d20;
    }

h2 {
    position: relative;
    width: 440px;
    height: 24px;
    margin: 0px;
    padding-top: 10px;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #222222;
    border-right: 20px solid #0c7ead;
    border-left: 20px solid #0c7ead;
    background: #00B2FB;
    }
    
 ul {
     position: relative;
     width: 480px;
     margin: 0px;
     padding: 0px;
     }

h4 {
    position: relative;
    width: 480px;
    height: 24px;
    margin: 0px;
    margin-top: 30px;
    padding-top: 10px;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #dddddd;
    background: #181d20;
    }
     
li, li.odd {
    list-style-type: none;
    display: inline;
    position: relative;
    margin: 0 0 0px 0;
    padding: 0px;
    }

li a, li a:visited {
    position: relative;
    display: block;
    width: 400px;
    height: 24px;
    margin: 0px;
    padding: 10px 0 0 0;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #222222;
    border-right: 40px solid #547d2f;
    border-left: 40px solid #547d2f;
    background: #70B137;
    }

li a:hover, li a:active {
    width: 440px;
    border-right: 20px solid #547d2f;
    border-left: 20px solid #547d2f;
    }

li.odd a, li.odd a:visited {
    position: relative;
    display: block;
    width: 400px;
    height: 24px;
    margin: 0px;
    padding: 10px 0 0 0;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #222222;
    border-right: 40px solid #0c7ead;
    border-left: 40px solid #0c7ead;
    background: #00B2FB;
    }

li.odd a:hover, li.odd a:active {
    width: 440px;
    border-right: 20px solid #0c7ead;
    border-left: 20px solid #0c7ead;
    }    


#footer {
    position: relative;
    width: 480px;
    height: 10px;
    margin: 0px;
    background: #181d20;
    }
