body { /* add comments to all these style to describe where they are used */
	color: #000;
	font-size:100%;
	text-align: center;
	margin: 0;
	padding: 0;
	height:100%; /*necessary for background shading*/
}

table.table_style {
	border: 1px #990099 solid;
	border-collapse: collapse;
	border-spacing: 0px;}

table.table_style2 {
	border: 1px #ffff33 solid;
	border-collapse: collapse;
	border-spacing: 0px;}

.location_bar {
	color: #990099;
	font-size: 18px;
	line-height: 1em;
	font-family: Verdana, Georgia, Times, "Times New Roman", serif;
	padding-top: 7px;
	padding-left: 12px;
	float: left;
}

a.banner {
	color: #ffff33;
	font-size: 26px;
	line-height: 1em;
	font-family: Verdana, Georgia, Times, "Times New Roman", serif;
	text-decoration: underline;
}
a.banner:hover {
	color: #ffff33;
	font-size: 26px;
	line-height: 1em;
	font-family: Verdana, Georgia, Times, "Times New Roman", serif;
	text-decoration: underline;
}

a.footer {
	color:#ffff33;
	font-weight: bold;
	text-decoration: underline;
}
a.footer:hover {
	color:#ffff33;
	font-weight: bold;
	text-decoration: underline;
}

a.nav {
	color: #990099;
	font-size: 11px;
	line-height: 1em;
	font-family: Verdana, Georgia, Times, "Times New Roman", serif;
	text-decoration: underline;
}
a.nav:hover {
	color: #ffff33;
	font-size: 11px;
	line-height: 1em;
	font-family: Verdana, Georgia, Times, "Times New Roman", serif;
	text-decoration: underline;
}

.nav {
	color: #ffff33;
}

.regular_text {
	font-family: Verdana, Georgia, Times, "Times New Roman", serif;
	color: #555;
	font-size: 14px;
	margin-top: -1px;
	margin-bottom: 0px;
}

.date {
	font-family: Verdana, Georgia, Times, "Times New Roman", serif;
	color: #555;
	font-size: 15px;
	font-weight: bold;
}

a {
	color:#990099;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color:#ffff33;
	font-weight: bold;
	text-decoration:none;
}

.title {
	color: #990099;
	font-size: 16px;
	line-height: 1em;
	font-family: Verdana, Georgia, Times, "Times New Roman", serif;
	text-decoration: underline;
}

.bottom_matter {
	font-family: Verdana, Georgia, Times, "Times New Roman", serif;
	color: #ffff33;
	font-size: 15px;
}

.blog_title_bar {
	font-family: Verdana, Georgia, Times, "Times New Roman", serif;
	color: #555;
	font-size: 12px;
	font-weight: bold;
}

hr {
	border: 0;
	width: 100%;
	color: #990099;
	background-color: #990099;
	height: 1px;
}

.hit_count {
	font-family: Verdana, Georgia, Times, "Times New Roman", serif;
	color: #ffff33;
	font-size: 12px;
	font-weight: bold;
}

.location_bar_2 {
	#color: #990099;
	color: #ffff33;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Georgia, Times, "Times New Roman", serif;
	padding-left: 12px;
	float: left;
}

.search_text {
	font-family: Verdana, Georgia, Times, "Times New Roman", serif;
	color: #555;
	font-size: 12px;
	font-weight: bold;
}

form { display: inline; }