@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

body {
  background-color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  margin: 0;
  color: #444;
}
a{ 
  font-size: 1.2em;
   text-decoration: none;
   padding-right: 10px;
  padding-left: 10px;
  color: blue;
}

nav{
  top: 0;
  left: 0;
  width: 100x;
  height: 40px;
  position: absolute;
  padding-top: 20px;
  text-align: center;
  width: 100%;
  
}

.active{
	text-decoration: underline;
	
	}