#header {
	border-top: 1px solid black;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom: 0.5px solid black;
	background-color: paleturquoise;
}
#Header1_HeaderTitle {
	text-shadow: 3px 3px 3px #00cccc;
	font-size: 18;
	font-weight: bolder;
}
#home {
	background-color: LavenderBlush;
}
#navigator{
	background-color: black;
}
#navList {
	float: left;
	margin-left: 20px;
}
#navList li{
	float: left;
	margin-right: 0;
}
#navList li a{
	width: 5em;
	display: block;
	float: left;
	text-align: center;
	border-right: 1px solid white;
}
#navList a:link, #navList a:visited, #navList a:active {
	color: white;
}
#navList a:hover {
	color: black;
	background-image: linear-gradient(#FFD700, #FFFACD);
	text-decoration: none;
}
.blogStats{
	color: white;
}
