body {
    font: normal 14px Palatino, Times,Georgia, Palatino, Verdana, Arial, sans-serif;
}
#Logo{
position:fixed;
top:2%;
left:85%;
width:8%;
height:16%;
z-index:20;
}
#Header{
position:fixed;
top:0;
left:5%;
width:90%;
height:18%;
z-index:2;
color:#444444;
}
#MyBodyAbstract{
position:fixed;
top:18%;
left:5%;
width:90%;
height:90%;
z-index:2;
color:#444444;
overflow:auto;
}
#MyBodyAbstract h2{
border-bottom:1px solid #dddddd;
}

/* The party starts here*/
::-webkit-scrollbar {
position:relative;
left:10px;
top:10px;
width: 7px;
height: 7px;
}
 
::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color:#666666;
    border:1px solid rgba(85, 85, 85, .6);
    -webkit-border-radius:10px;
    position:absolute;
    left:5%;
    top:5%;
    width:5px
}
 
::-webkit-scrollbar-thumb:vertical:hover {
    background-color:#444444;
    width:8px
}
/* Styling of TeX and LaTeX. */

.tex, .latex, .tex sub, .latex sub {
  font-size: 1em;
}

.tex sub, .latex sub, .latex sup {
  text-transform: uppercase;
}

.latex sub, .tex sub {
  vertical-align: -0.25em;
  margin-left: -0.1667em;
  margin-right: -0.125em;
}

.latex sup {
  font-size: 0.85em;
  vertical-align: 0.15em;
  margin-left: -0.36em;
  margin-right: -0.15em;
}
