body {
     background-color: rgb( 33, 97, 140 );
    font-size: 1.2em;
    color: rgb(245, 245, 245);
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

h1 {
    text-align: center;
    font-family: Georgia, Arial, serif;
    /*color: rgb(205,0,0);*/
    color: rgb(255, 215, 0);
    font-size: 2.2em;
    border: 3px rgb(30, 35, 40) outset;
    border-radius: 10px;
    box-shadow: 6px 6px 6px rgb(30, 35, 40);
}

h3 {
    color: rgb(255,215,0)
}

a:link
{
    color: rgb(30, 144, 255);
}

a:visited 
{
    color: rgb(30, 144, 255); /*keeping same as link*/
}

img,video 
{
    border: 3px solid rgb(0, 0, 0);
    max-height: 425px;
    max-width: 1100px;
}

.greynote
{
    color: rgb(120,120,120);
    font-style: italic;
    font-size: 0.8em;
}

