body{
    background-image:url("https://mischiefburns.neocities.org/Blueeye.gif");
    background-size: 10%;
    background-color: black;
    background-repeat:repeat;
    color:white;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0%;
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    text-align: left;
}
.scroll{
    background-image: url("https://mischiefburns.neocities.org/Bluewave.gif");
    background-size: 10%;
    background-position-x: 40px;
    background-position-y: 40px;
    overflow-y:scroll;
    border-style:ridge;
    border-width:8px;
    border-color:rgba(227, 230, 255, 0.9);
    padding: 1%;
    height: 300px;
    width:75%;
}
mark{
    color:rgb(0, 3, 38);
    background-color:rgba(247, 210, 165, 0.9);
}
h1{
    font-size: 40px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 25px;
}
h4{
    font-size: 20px;
}
table{
    background-color: rgba(137, 145, 230, 0.5);
    border-style: outset;
    border-width: 4px;
    border-color: rgba(203, 207, 244, 0.4);
}
:any-link{
    color: rgb(81, 223, 74)
}
.warning{
    background-color: rgba(0, 0, 103, 0.8);
    color: rgb(227, 230, 255);
    font-size: 25px;
    border-style: groove;
    border-width: 8px;
    border-color:rgba(227, 230, 255, 0.9);
    padding: 1%;
}
.photo{
    position: relative;
    top: -260px;
    left: 0px;
}
.sidebar1{
    position: fixed;
    top: 200px;
    left: -10px;
    background-image: url("https://mischiefburns.neocities.org/Bluewave.gif");
    height: 300px;
    width: 120px;
    background-position-x: 20px;
    background-size: 10%;
    border-style:ridge;
    border-width:8px;
    border-color:rgba(227, 230, 255, 0.9);
    padding: 1%;

}
marquee{
    background-image: url("https://mischiefburns.neocities.org/Bluewave.gif");
    background-size: 5%;
    background-position-x: 40px;
    background-position-y: 40px;
    border-style:ridge;
    border-width:8px;
    border-color:rgba(227, 230, 255, 0.9);
    width:75%;