body {
   color: black;
   background: #EDF0F5;
/*    background: #BFB9BA; */
   margin-left: 10%;
   margin-right: 10%;
   font-family: sans-serif;
}

h2 {
   position: relative;
}

h1, h2 {
   color: black;
   background: #808C64;
   text-align:center;
   margin-bottom:0px;
   margin-top:30px;
}

h3 {
   font-style: italic;
}

a {
   color: #631920;
   background: inherit;
}

a:link {
   background: inherit;
   text-decoration:none;
}

a:visited {
   background: inherit;
   text-decoration: none;
}

a:active {
   background: inherit;
   text-decoration: none;
}

a:hover {
   color: #7D181C;
   background: inherit;
   text-decoration: underline;
}

p.back {
   border-top: solid blue;
   padding-top: 1ex;
}

img {
   border: none;
}

ul {
   padding-left: 2ex;
}

li {
    padding-top: 1ex;
}

.pt {
   display: none;
}

.mypic {
   background-attachment: scroll;
   background-image: url(euunirio.jpg);
   background-repeat: no-repeat;
   background-position:top;
   height:300px;
   position:relative;
   background-position:center top;
   top:0px;
   visibility: visible;
   left: 0px;
}

.abstract {
   display: none;
   margin-left: 5ex;
   margin-right: 7ex;
   font-family: serif;
   text-align:justify;
}

.bib {
   display: none;
}

.but {
   cursor: pointer;
}
