@charset "utf-8";
/* CSS Document */


.link1:link {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.link1:visited {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.link1:hover {
	font-size: 14px;
	color: #09F;
	text-decoration: none;
	font-weight: bold;
}
.link1:active {
	font-size: 14px;
	color: #C30;
	text-decoration: none;
	font-weight: bold;
}

body {
	background-color: #15314C;
}
h1 {
	color: A9501B;
}
