@charset "utf-8";

html{
    background-color: #00004c;
    background-image: url("background.jpg");
    background-position: 100%;
}

body{
    font-family: Verdana, Geneva, sans-serif;
    color: #00004c;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
header{
    text-align: center;
    padding: 20px 20px 20px 20px;
}
header img{
    width: 100%;
}
h1, h2{
    font-size: 1.3em;
    text-shadow: gray 4px 6px 5px;

}
/*nav{
    background-color: #00004c;
    padding: 15px;
    text-align: center;
    margin-left: 18px;
    margin-right: 18px;
}
nav a{
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: white;
}
nav a:hover{
    text-decoration: underline;
    color: orangered;
}*/

nav ul{
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
nav li{
    float: left;
    width: 20%;
    display: block;
}
nav a{
    text-decoration: none;
    display: block;
    background-color: #00004c;
    line-height: 2.8em;
    color: white;
    text-align: center;
}
nav a:hover{
    background-color: white;
    color: orangered;
}

main{
    padding: 20px 20px 20px 20px;
    margin-top: 35px;
    color: black;
}
main > img{
    width: 25%;
    padding: 25px;
    float: right;
}
body footer{
    background-color: #00004c;
    color:white;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 3em;
    text-align:center;
    margin-top: 10px;
    padding: 10px;
    clear: both;
}
footer a{
    color: white;
}
footer a:hover{
    text-decoration: none;
    color: orangered;
}
ol{
    list-style-type:upper-roman;
}