/* CSS Document */

html{
 overflow-y: scroll;
}
body {
	font-size: 10px;
	color: #333333;
	margin: 0px;
	padding: 3px;
}
hr {
	border-style: dotted none none none;
	border-top-width: 3px;
	border-top-color: #FF9900;
	height: 3px;
	margin: 0px;
	padding: 0px;
}
.date {color: #00CCCC}
