body {

  font-weight: 500;
  width: 800px;
  margin: auto;
}

nav {
  font-family: 'Maven Pro', sans-serif;
  float: left;
  width:250px;
  border-style: solid;
  border-width: 5px;
  border-color: rgb(250, 255, 160);


}
nav ul {

  list-style: none;
  padding: 3px;
  margin-top:0px;
  margin-bottom: 0px;
}

nav ul a {
  display: block;

  background-color: rgb(250, 255, 160);
  color: rgb(155, 155, 55);

  line-height: 60px;
  height: 60px;

  padding-left: 25px;
}

h6 {
  font-family: 'Abril Fatface', cursive;
}

a {
  text-decoration: none;
  color: grey;
}

footer {

  float: right;
}

nav ul li a:hover {
  background: rgb(250, 255, 130);
}
/*change the font of your unordered list (<ul>) to either
Verdana or Tahoma, and remove the bullets.
Remove the underlines and change the color of your links.*/

/*Link your index.html document to your new portal.css document
by following the instructions given in class.*/
