
html>body .ne_header{
  margin-bottom:35px;
}

/* black links */
.black_link:link {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

.black_link:visited {
  text-decoration: none;
  color: #666666;
  font-weight: bold;
  font-size: 12px;
}

.black_link:hover {
  text-decoration: underline;
  color: #666666;
  font-weight: bold;
  font-size: 12px;
}

.black_link:active {
  text-decoration: none;
}

/* big black links */
.big_black_link:link {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.big_black_link:visited {
  text-decoration: none;
  color: #666666;
  font-weight: bold;
  font-size: 16px;
}

.big_black_link:hover {
  text-decoration: underline;
  color: #666666;
  font-weight: bold;
  font-size: 16px;
}

.big_black_link:active {
  text-decoration: none;
}

/* white links */
.white_link:link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
}

.white_link:visited {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
}

.white_link:hover {
  text-decoration: underline;
  color: #FFFFFF;
  font-size: 12px;
}

.white_link:active {
  text-decoration: none;
}

/* NAV links */
.white_link:link {
  text-decoration: none;
}

.white_link:visited {
  text-decoration: none;
}

.white_link:hover {
  text-decoration: none;
}

.white_link:active {
  text-decoration: none;
}

ul{
  padding-bottom:10px;
}

li{
  padding-bottom:5px;
}