@charset "UTF-8";


/*Created by Jacob Douglas on 12-5-2015*/

#wrapper{
    max-width: 1000px;
    margin: 0px auto 0px auto;
    position: relative;
    background-color: rgba(0,26,51,1);
    overflow: hidden;
	color: rgba(0,255,0,1);
}

nav{
    font-weight: bold;
    font-size: 1.2em;
	text-align: center;
}	 

nav a {
	text-decoration: none;
	color: rgb(0,204,255);
}

nav a:hover{
	color: rgb(153,235,255);
}

a{
    color: rgb(255,255,255);
}        
        
body	{
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
}

footer {
    font-size: 0.70em;
    font-style: italic;  
    text-align: center;			
}

img{
    border: none;
}
