body {
	margin:  0;
	padding: 0;
	color: #44515e;
	text-align: Left;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 75%;
	line-height: 1.3;
	background-color: #E6E6F2;
	list-style-position: outside;
	background-image: url(../images2/logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	list-style-type: circle;
}

a {
	color: #364f6b;
}

a:active, a:visited {
	color: #364f6b;
}

a:hover {
	color: #cc8829

}

hr {
	height: 2px;
	width: 60%;
}
.author {
	padding: 3px;
	margin: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cc8829;
	float: left;
	width: 450px;
	color: #cc8829;
	font-weight: bold;
}
li {
	padding: 5px;
}
.date {
	color: #cc8829;
}

.updates {
	color: #cc8829;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 40px;
	line-height: 1.5;
}
