#wrap{
	width:960px;
	margin:0 auto;
}
ul {
  list-style-type: none; /* Removes bullet points */
  margin: 0;             /* Removes default margin */
  padding: 0;           /* Removes default padding */
}

head{
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body{
	background-color: #94efff;

}
#navbar {
  background-color: white;
  color: black;
  border: 2px solid darkslateblue;
  border-radius: 12px;
  padding: 15px;
}
/* #2329 */



