@charset "utf-8";
/* Reset whole page*/
address, article, aside, blockquote, body, footer, cite, 
div, dl, dt, dd, em, figcaption, figure, footer, header, html, img, 
li, main, nav, ol, p, section, span, ul , main menu{

    margin: 0px;
    padding: 0px;
}

/* Page Layout */
body {
    font-family: 'Times New Roman', Times, serif;
    background-color: lightyellow;
    font-size: 1.1em;
}

/* Navigation Bar */
nav{
    background-color: #E7E6E6 ;
}

.main_menu{
    line-height: 60px;
}

#logo{
    font-weight: bold;

}
.main_menu li{
    display:inline ;
    padding: 0px 5px 0px 5px;
}


.main_menu a {
    padding: 10px;
    color: black;
    font-variant: small-caps;
}

a:hover{
    background-color: whitesmoke;
}

/* Website information */
h1 {
    text-align:center;
}



img {
    padding: 10px 450px 10px 450px;
}

footer {
    background-color: whitesmoke;
    text-align: center;
    line-height: 60px;
}