body {
	    background-color: darkslategrey;
	        color: white;
		    font-size: 1.1em;
	    }

.nav ul {
          list-style: none;
              text-align: center;
                padding: 0;
		margin-bottom: 30px;
          }

          .nav li {
                    font-family: 'Oswald', sans-serif;
                    display: inline;
                    padding: 1px 9px;
                      font-size: 1.3em;
                        line-height: 30px;
                          height: 30px;
                    }
a:link {
        text-decoration: none;
        color: silver;
}

a:visited {
        text-decoration: none;
        color: gray;
}
a:hover {
        text-decoration: underline;
}

h1 {
color: fffff0;
font-size: 22px;
padding:0;
margin-top: 100;
margin-bottom: 0;
display: inline-block;
}

h2 {
       color: white;
       font-size: 60px;
       margin-top: 0;
       margin-bottom: 10;
       display: block;
} 
		

