body {
    background-color: rgb(154, 218, 163);
}

#flipdiv {          /*this css block was copied verbatim  from the web, I wrote all the functions in HTML myself,  
                                                 I just didnt know what commands could flip a page
                                                        if I should delete this please let me know!*/
    width: 100%;
    height: 100%;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
} 

nav {
    border-style: outset; padding:10px;border-width: 10px; text-align: center;
}