a:link {
	color: #BDC7E7;
	text-decoration: none;
}

a:visited {
	color: #BDC7E7;
	text-decoration: none;
}

a:hover {
	color: #D2D9EF;
	text-decoration: underline;
}

a:active {
	color: #D2D9EF;
	text-decoration: underline;
}

body {
	background-color: #1c2446;
}

.footer {
	color: #EFE9B5;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.notshaded {
	background-color: #1C2446;
}

.shaded   	{
	background-color: #313F7B;
}


