@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
	padding-top: 140px;
}
a {
    color: #800080;
    text-decoration: none
}
a:hover {
    color: black;
    text-decoration: none
}
a:visited {
    color: #004080;
    text-decoration: none
}
h3 {
	color: #000099;
}
.heading {
	align: center;
	color: #000099;
}
a:target{
  padding-top: 140px;
}