.thyme_box {
	 margin: 0em;
	 width: 180px;
	 background-color: #EEE;
	 border: 1px solid silver;
	 
}
.thyme_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000
}
p.thyme_title {padding:0.5em;}
.thyme_title {
	font-size: 13pt;
	background-color: silver;
	color: gray;
	font-weight:bold;
	text-align: left;
}

.thyme_item  {
  font-size: 9pt;
  list-style:none;
  padding-bottom:1em;
}

.thyme_item a {
	color:navy;
	font-size: 10pt;
	font-weight:bold;
	}
	
.thyme_item a:visited {
	color: black;
}

.thyme_date {
	font-size: 10pt;
	color: red;
	}