body {
 font-family: Arial, sans-serif;
 }

nav {
 background: #eee;
 padding: 10px;
 } 

nav a { margin-right: 15px;
 text-decoration: none;
 color: black;
 } 

nav a.active {
 color: blue;
 font-weight: bold;
 }