p {
 font-family: Arial;
 font-size: medium;
 position:absolute;
 left:30 px;
 top:170 px;
 color: #EAEAFB;
}
span {
 font-family: Arial;
 font-size: small;
 position: relative;
 color: #EAEAFB;
}
code {
 font-family: Arial;
 font-size: x-large;
 position: absolute;
 left: 30 px;
 top: 44 px;
 color: #EAEAFB;
}
h1
{
 font-family: Arial;
 font-size: x-large;
 font-weight: bold;
 position: absolute;
 left:30 px;
 top: 44 px;
 text-decoration: underline;
 color: #EAEAFB;
}
h2 {
 font-family: Arial;
 font-size: x-large;
 font-weight: bold;
 position: absolute;
 left: 30 px;
 top: 85 px;
 color: #EAEAFB;
}

div {
 font-family: Arial;
 font-size: medium;
 font-weight: bold;
 position: absolute;
 left: 25 px;
 top: 50 px;
 color: #EAEAFB;
}
pre {
 font-family: Arial;
 font-size: medium;
 font-weight: bold;
 position: relative;
 color: #EAEAFB;
}
 a:link {color:#ffffca;}
 a:visited {color:#0000ff;}
 a:hover {color:#ffff00;}
 a:active {color:#eaeafb;}

body {
scrollbar-base-color:#000080;
scrollbar-face-color:#00002e;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#eaeafb;
scrollbar-track-color:#00002e;
scrollbar-shadow-color:#45459a;
scrollbar-arrow-color:#eaeafb;
background-attachment:fixed;
}
img {
border:4px;
border-color:#eaeafb;
border-style:double;
}