h1{
    color: #1111ff;
    border-radius: 15px;
    text-shadow: 2px 2px white;
    text-align: center;
    background-color: #000033;
    font-family: Georgia;
    font-size: 50px;
}
p{
    color: white;
    font-family: Arial;

}
div{
    text-indent: 35px;
    
}
nav{
    color: #111111;
    text-shadow: 2px 2px 5px black;
    border-radius: 15px;
    border: #1111ff 7px solid;
    position: sticky;
    top: 0px;
    font-size: 35px;
    background-color: #9999cc;
    background-image: linear-gradient(#9999cc, #dddddd, #9999cc);
    text-align: center;
    font-family: helvetica;
    z-index: 9999;
}
span{
    color: #990000;
    background-color: #990000;
}
h5{
    color: white;
    font-size: 7px;
    font-family: Comic;
}
h4{
    color: white;
    text-align: center;
}
h2{
    color: white;
    text-align: center;
}
aside{
    border-radius: 15px;
    border: #1111ff 7px solid;
    float: right;
    background-color: #000033
}
footer{
    float: left;
}
video{
    color: #1111ff;
    border-radius: 15px;
    text-align: center;
}
caption{
    background-color: #9999cc;
    color: white;
    border-radius: 15px;
    border: #1111ff 3px solid;
}
th{
    color: white;
    text-decoration: underline overline white;
    background-color: #9999cc;
    background-image: linear-gradient(#9999cc, #9999cc, #666699);
    border-radius: 7px;
    border: #1111ff 3px solid;
    font-size: 18px
}
td{
    color: white;
    background-color: #9999cc;
    background-image: linear-gradient(#9999cc, #9999cc, #666699);
    border-radius: 7px;
    border: #1111ff 3px solid;
}
tr{
    border-radius: 7px;
    background-color: #9999cc;
    border: #1111ff 3px solid;
}
h4{
    border-radius: 7px;
    background-color: white;
    border: white 3px solid;
    font-family: Arial;
}
a{
    text-decoration: none;
    color: white;
}
hr{
    border-color: white;
}
img{
    box-shadow: 0px 0px 15px white;
    border: white 0px solid;
    border-radius: 15px;
}
video{
    box-shadow: 0px 0px 15px white;
}
div{
    border-radius: 7px;
    border: 5px #111166 solid;
    background-color: #111166;
}