@charset "UTF-8";
header nav {
	width: 100%;
	height: 25px;
	background-color: rgb(255,255,255);
	border-bottom: 2px solid rgb(100,100,100);
	clear: both;
}

footer nav a {
	color: rgb(152,152,155);
	font-size: 9pt;
	text-align: center;
	text-decoration: none;
}
footer nav a:hover {
	color: rgb(41,12,84);
}
