@charset "utf-8";
/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	background: #FFE699;
	color: #000000;
}

.list-group{
	height: 100%;
	background: #FFE699;
}

li {
	background: linear-gradient(#f5f5f5,#d5d5d5);
	border-bottom: 1px solid #c0c0c0;
	color: #000;
}

.lnkPilot {
	text-decoration: underline;
	color: #000;
}
.lnkPilot:visited {
	text-decoration: underline;
	color: #000;
}
.lnkPilot:hover {
	text-decoration: underline;
	color: #000;
}