@charset "utf-8";
/* CSS Document */

.dc {
	background-color: #1C3468;
}
.dc a {
	text-decoration: none;
	color: #FFFFFF;
}
.dc a:hover {
	text-decoration: underline;
}
.dc ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 10px 10px 15px;
}
