#navBlogs  {
	color: Blue;
	font-weight: bold;
}

#navBlogs .chev {
	color: Blue;
	font-size: smaller;
	width: 1.8em;
	text-align: left;
}

#navBlogs .chevR {
	color: Blue;
	font-size: smaller;
	width: 2em;
	text-align: right;
}

#BLOGcontent {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.8em;
	border-left: thin solid Black;
	border-left-width: thin;
	border-right: thin solid Black;
	border-right-width: thin;
	border-top: thin solid Black;
	border-top-width: thin;
	border-bottom: thin solid Black;
	padding: 10px 1em 10px 15px;
	height: 700px;
}

#sports {
	position: relative;
	background-color: White;
	border: thick none Aqua;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

#Tennis {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 72%;
	display: block;
	border: thin none Blue;
	margin: 0px;
	padding: 8px;
}

#Golf {
	position: absolute;
	top: 150px;
	left: 160px;
	width: 72%;
	display: block;
	border: thin none Fuchsia;
	margin: 0px;
	padding: 8px;
}

#Bowls {
	position: absolute;
	top: 295px;
	left: 5px;
	width: 72%;
	display: block;
	border: thin none Green;
	float: left;
	margin: 0px;
	padding: 8px;
}

#Croquet {
	position: absolute;
	top: 440px;
	left: 160px;
	width:72%;
	display: block;
	border: thin none Red;
	float: right;
	margin: 0px;
	padding: 8px;
}

#Skiing {
	position: absolute;
	top: 585px;
	width:72%;
	left: 5px;
	display: block;
	border: thin none Yellow;
	float: left;
	margin: 0px;
	padding: 8px;
}



