
.diary_title
{
	font-size: x-large;
	color: black;
	font-weight: bold;
	/* TO REMOVE IF ADDED PICTURE */
	font-style: italic;
	text-transform: none;
	text-align: left;
	margin-top: 0px;
	/* TO REMOVE IF ADDED PICTURE */
	margin-bottom: 20px;
}

.diary_title_date
{
	font-size: normal;
	color: /*rgb(182, 154, 126);*/ /*rgb(150, 172, 0);*/ black;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	margin-top: 0px;
}

.diary_title_link
{
	font-size: normal;
	color: rgb(110, 142, 0);
	font-weight: bold;
	text-decoration: none;
}

.diary_table
{
	border-collapse: collapse;
}

.diary_table th
{
	padding: 5px;
	border-style: solid;
	border-color: rgb(190, 190, 190);
	border-width: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.diary_table tr
{
}

.diary_table td
{
	padding: 5px;
	border-style: solid;
	border-color: rgb(190, 190, 190);
	border-width: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.diary_table a
{
	color: rgb(110, 142, 0);
	font-weight: bold;
	text-decoration: none;
}





