body {
	background-color: #ffffff;
	color: #666666;

	font-family: "Helvetica Neue", Helvetica, "Calibri", "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font: "Helvetica Neue", Helvetica, "Calibri", "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}


img {
	border: 0px;
}


a {
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
	color: #0091C5;
	font-size: 14px;
}
a:link, a:visited {
	color: #0091C5;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
	font-size: 14px;
}
a:hover {
	color: #0091C5;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: underline;
	font-size: 14px;
}

/* nav */

nav {
  /* background: #fafafa; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

nav > div {
  float: left;
  width: 50%;
}
nav > ul {
  float: right;
  width: 50%;
  text-align: right;
  list-style-type: none;
  /* padding-left: 0; */
}

/* nav > ul > li {
  padding-bottom: 8px;
} */

/* nav > ul > li > a {
  display: inline-block;
  width:120px;
} */

nav a {
	color: #333333;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: inherit;
}

nav a:link, nav a:visited {
	color: #333333;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: inherit;
}
nav a:hover {
	color: #333333;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: underline;
}
