header{
    background-image: url('img/monet1.jpg');  
    height: 170px;
}
header h1{
    text-align: left;
    position:absolute;
    top: 35px;
    left:200px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size:70px;
    color:rgb(175, 236, 236);
    
   

}
header img{
    width:170px;
    height: 170px;
    
    
}
nav{
    background-color: rgb(175,236,236);
   
}
nav ul {
    list-style: none;
    padding:0;
    margin: 0;
    background-color: rgb(175,236,236);
    
    
}

nav ul li {
    display:inline-block;
    font-size: 25px;
}

nav ul li a {
    display: block;
    padding:20px ;
    text-decoration: none;
}

nav ul li:hover {
    background-color:rgb(160, 217, 217);
    
}


nav ul li:hover  ul {
    display: block;
}

nav ul ul {
    display: none;
    position: absolute;
    background-color:rgb(175,236,236);
}

nav ul ul li {
    display: block;
}

nav ul ul li a {
    padding:10px 30px;
    color:#333;
    font-size: medium;
}

nav ul ul li a:hover {
    background-color:rgb(160, 217, 217);
}
aside{
    background-color: rgb(175, 236, 236);
    float:right;
    width:300px;
    height:200%;
    padding:1%;
    
}
aside li{
    list-style-type: square;
    padding-bottom: px;
    
}
aside h3{
    color:blueviolet;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size:medium;
    text-align: center;
}
#img{
    width: 310px;
    height: 255px;
    position:absolute;
    top:247px;
}
#img2{
    position:absolute;
    top:500px;
    width:310px;
    height:205px;
}
#img3{
    position:absolute;
    width:300px;
    height:400px;
    right:350px;
    top:260px;

}
article h2{
    color:blueviolet;
    font-family:Georgia, 'Times New Roman', Times, serif ;
    font-size: 30px;
}
article p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 1.5;
}
article h3{
    color:blueviolet;
    font-family:Georgia, 'Times New Roman', Times, serif ;

}
#disclaimer{
    color:red;
    text-decoration: underline;
    text-align: center;
}
#tabellamain{
    background-color:rgb(251, 251, 189);
    text-align: center;
    position:relative;
    left:300px;
    padding:1.0em;
}
thead th{
    color:blueviolet;
    font-family: 'Courier New', Courier, monospace;
}
td{
    font-family: 'Courier New', Courier, monospace;
}
span{
    text-decoration: underline;
    font-weight: bold;
}
article ul{
    font-family: 'Courier New', Courier, monospace;
    list-style-type: square;
} 
article li{
    line-height: 2.0;
}

#list2{
    position:relative;
    left:200px;
    bottom:10px;
    
}
div h3{
    font-family: 'Courier New', Courier, monospace;
    color:blueviolet;
}
footer{
    background-color: rgb(175, 236, 236);
    width:100%;
    padding:4px;
    text-align:center;
    position:justify;
}

form{
    position:relative;
    left:50px;
}
#botton{
    position:relative;
    bottom:10px;
}
#discmod{
    position:relative;
    left:50px;
    bottom:10px;
    color:red;
    text-decoration: underline;
}
#priti{
    position:relative;
    right: 70px;
    top:12px;
    font-size:20px;
}
#secti{
    position:relative;
    right:10px;
    left:250px;
    bottom:105px;
    font-size:20px;
    
}
#prites{
    position:relative;
    right: 65px;
    top:20px;
    font-size:16px;
}
#sectes{
    position:relative;
    left:70px;
    bottom:100px;
    font-size:16px;
    text-align: center;
}
footer span{
    text-decoration: underline;
}
footer{
    position: static;
}
#impagina2{
    width:300px;
    height: 200px;
}
#titpag2{
    position: relative;
    left:400px;
    bottom:150px;
}


  

    
  
  
  
  
  
  
  
  
  
  
  
  