
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0f0638;
	
	display:inline-block;
    margin: 0;
    padding: 0;
      text-align:right;	
}

ul.a {
    list-style-type: circle;
    word-wrap: break-word;
    float: left;
    text-align:left;
 }    



li {
    float: left;
	text-align:right;
        font-size: 24px;
	
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration:none;	
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #666;
	text-align:center;
}

.header{
font-family: didot;
	font-size: 52px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: white;
}


.text_opacity {
opacity: 0.5;
}

.table1 {
background: rgba(0,0,0,0.5);
}

.table2 {
background: rgba(0,0,0,0.6);
}


.table3 {
background: rgba(255,255,255,0.5);
}


html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 100px;
    bottom = 105px;
    padding: 25px;
}

.footer {
    position: absolute;
    left: 0;
    bottom:0;
    height: 130px;
    width: 100%;
    overflow: hidden;
}









