html {
     overflow: -moz-scrollbars-vertical;
}
body,td,div {
	font : 12px Arial, Helvetica, sans-serif;
}
a {
	/*text-decoration : none;*/
	color : #45a12b;
}
a:hover {
	text-decoration: underline;
	color: #235d13;
}
a:visited {
	color : #45a12b;
}

.headline {
	color: #4c2d19;
	font : bold 15px Arial, Helvetica, sans-serif;
	margin-bottom : 8px;
}
.date, .smallgrey {
	color: #666666;
	font : 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.smallgrey:hover {
	text-decoration: underline;
}
.smallgrey:visited {
	color: #857e79;
}
.discreet,.discreet:hover, .discreet:visited {
	text-decoration: none;
	color : inherit;
}	
.date {
	margin : 8px 0px 24px 0px;
}
.category {
	color: #45a12b;
	font : bold 10px Trebuchet MS, Helvetica, sans-serif;
	text-transform : uppercase;
	letter-spacing : 1px;
	margin : 0px 0px 4px 0px;
}
.rimg {
	border : 1px solid #aba29c;
	margin : 4px 0px 24px 6px;
}
.rpad {
	padding : 0px 10px 0px 0px;
	margin : 0px 10px 0px 0px;
}
.outlink {
	padding : 4px 0px 0px 0px;
}