body {background-color: black}

h1 {background-color: #00ff00}
h2 {background-color: transparent}

img {border: 0;}

a {
font-family: Georgia;
font-style:italic;
color:purple; 
text-decoration: none;
}
a:hover   {color:white; text-decoration: none;}

#mainnav {
position: fixed;
bottom: 12px;
left: 0;
}

#bottomWrapper {
        position: absolute;
        top: 600px;
        width: 100%;
}

#bottomNav {
	border-top: 1px solid purple;
        height: 40px;
        width: 500px;
        margin: auto;
     
        font-family: helvetica;
        text-align: center
}


.currentPage {
font-family: Georgia;
font-style: italic;

	color: #fff;
}
