body {
	background: black; 
}

.unit_banner p
{
	color: white;
	padding: .4em;
	/*	margin: .2em;  */
	font-size: 120%;
	background-color: #020BFF;
}
			
.mbar td a, .calendar p a {
	color:#B4B4CA;
}

.mbar td a:hover, .calendar p a:hover {
	color:#eeeeee;
}

h1 {
		font-style: normal;
	}
	
h2 {
	margin-top: 12pt;
	color: blue;
	}

a:link {
	color: #5A78FD;
	text-decoration: none;
}

a:visited {
	color: #5A78FD;
	text-decoration: none;
}

a:hover {
	color: #00F;
	text-decoration: none;
}

a:active {
	color: #69B;
	text-decoration: none;
}

.greader {
	font-style: italic;
	text-align: center;
	color: white;
	background: blue;
	padding: 3pt;
}
