+@charset "utf-8";
/* CSS_CODE.ccs */

ul{
    list-style-type: none;
    margin: 0; 
    padding: 0; 
    overflow: hidden; 
    background-color:darkblue;
}
li{
    float: right;
}
li a{
    display: block;
    color: #007BFF;
    padding: 15px 30px;
    text-decoration: underline;
}
footer{
    position: fixed;
    left:0;
    bottom: 0;
    width: 100%;
    background-color: darkblue;
	background-color: darkblue;
    color: white;
    text-align: center;