p{color : rgb(100, 100, 100)}

img{
    padding-right:50px;padding-bottom:50px;
    border: 0;
}

figure {
  float: right;
  width: 30%;
  text-align: center;
  font-style: italic;
  font-size: small;
  text-indent: 0;
  border: none;
  margin: 0.1em;
  padding: 0.1em;
}

img.scaled {
  width: 100%;
}

h1{color : rgb(70, 70, 70)}

body { margin-left: 10%; margin-right: 15%; background: rgb(255,255,255); color:rgb(100,100,100); position:relative;font-size: 10.5pt; background-color: AntiqueWhite}

div {
   background: rgb(204,204,255);
   padding: 0.5em;
   border: 1px solid #000000;
}

ul{
  padding:0px;
}

body div ol{
    margin: 0; 
    padding: 0;
    border: 0;
}

nav, nav ul, nav li {  
    list-style: none; 
    margin: 0; 
    padding: 0;
    border: 0;
}


nav li ul {    
    display:none;     
    position:absolute; 
    padding-left: 40px;    
    z-index:1    
}  
nav ul {
  width: 28em;
 }
  nav li {
    margin: 0.4em; 
    padding: 0.2em;
  }
nav ul li:hover ul {    
    display:block;    
  } 
  nav a {
    text-decoration: none; 
    font-weight: bold;
    color: gold;
  }
  nav a:focus,
  nav a:hover,
  nav a:active {    
    color: #4CAF50; 
  }



#navi {
    width:30%;
    margin:75px auto;
    border-style:none;
    background-color:rgb(240, 240, 240);
    position:fixed;
    overflow:visible;
    display: inline-block;
}

#content {
    float:left;
    width:80%;
    border-style:none;
    background-color:#FFFFFF;
}
#navi li li {    
    background-color:rgb(247, 247, 247)    
} 
  
a:link { color: rgb(34, 139, 34); text-decoration:none;}
a:visited { color: rgb(107, 142, 35); text-decoration:none;}
a:hover { color: rgb(34, 139, 34) }
a:active { color: rgb(34, 139, 34); text-decoration:none; }

titlepaper, titlepaper ul, titlepaper li {                   
    margin: 0; 
    padding: 0;
    border: 0;
  }

titlepaper li ul {   
    list-style: none;
    display:none;     
    position:absolute; 
    padding-left: 60px; 
    width:70%;   
    z-index:1    
}  
titlepaper ul li:hover ul {
    display:block;   
} 


#abstract {
    float:left;
    width:100%;
    border-style:none;
    background-color:#FFFFFF;
}
#abstract li li {    
    background-color:rgb(240,240,240); 
} 

