#the_last_visited_pages{
  width: 170px;
  border: 0px solid #000;
  padding: 5px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;

}

#the_last_visited_pages a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-style: normal;


}

#the_last_visited_pages a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	background-color: #E4E4E4;

}

#the_last_visited_pages p{
  margin-top: 6px;
  margin-bottom: 20px;

}

.tlvp_title{
/*
  border-bottom: 1px dotted #000;
*/
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;

}

.tlvp_content{
  padding-top: 5px;
}
