/*used colors: 'orange=E67817' 'blue=3BB3C3' 'green=85C226' 'darkblue=1D5961'*/
/* normal site links */
a:link {   	color: #3BB3C3;
 font-weight: bold;
 text-decoration: none }
a:visited {   	color: #3BB3C3;
 font-weight: bold;
 text-decoration: none }
 a:hover {   	color: #E67817;
 font-weight: bold;
 text-decoration: none }
a:active {  	color: #3BB3C3;
 font-weight: bold;
 text-decoration: none}

/* body styles */
body {
	font-family: Arial, Helvetica, sans-serif;
}

div{
	display: inline;
/*	float:left;
	font-size: larger;*/
	color:#85C226;
}

.justified-text {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

table.nav {
	font-size: smaller;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E67817;
	text-align: right;
	font-weight: bold;
}

td.nav {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3BB3C3;
	text-align: right;
	font-weight: bold;
}

.title {
	font-size: larger;
	font-weight: bold;
	color: #85C226;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style:solid;/* outset;*/
	border-bottom-color: #85C226;
	line-height: 120%;
}
.current {
	color: #E67817;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: #E67817;

}
.time {
	color:#85C226;
	font-weight: bold;
}
.author {
	font-style: italic;
	color: #999999;
}
