.voffset1 { margin-top: 10px; }

body {
  padding-top: 60px;
}

section {
	padding-top:40px;
	margin-top:-40px;
}

a:link {
  color: #0F52BA;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #0F52BA;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #0F52BA;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #0F52BA;
  background-color: transparent;
  text-decoration: underline;
}

a.greyed {
	 color:#999;
}
a.greyed:hover {
	       text-decoration:none;
}
a.greyed:active {
		text-decoration:none;
} 