body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2F3A78;
	padding: 4px;
	margin-top: auto;
	color: #6699FF;
}
a:link {
	color: #00CCFF;
	text-decoration: underline;
}
a:visited {
	color: #00CCFF;
	text-decoration: underline;
}
a:hover {
	color: #00FFFF;
	text-decoration: none;
}
a:active {
	color: #00CCFF;
	text-decoration: none;
}
.blog-item {
	background-color: #FFFFFF;
	width: 95%;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
}
.gig {
	font-weight: bold;
	color: #FFFFFF;
}
.float-right {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.blog-item a:link {
	color: #000066;
	text-decoration: underline;
}
.blog-item a:visited {
	color: #000066;
	text-decoration: underline;
}
.blog-item a:hover {
	color: #660099;
	text-decoration: underline;
}
