@charset "UTF-8";
h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 15px 0px 0px;
}
a {
	color: #0e1a41;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #a27c2b;
	text-decoration: underline;
}
.copyright {
	font-size: 12px;
	padding: 15px;
}

