
a:link {
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

H1 {
	font-size: medium;
	font-weight: bold;
	border-bottom: 1px solid;
	padding: 3px 3px 3px 0px;
}
#date {
	font-size: x-small;
	color: #666666;
	text-align: right;
}
H2 {
	font-size: small;
	font-weight: bold;
	border-left: 5px solid #666666;
	padding: 0px 0px 0px 5px;
}
p {
	margin-bottom: 5px;
	margin-left: 12px;
	line-height: 166%;
	font-size: small;
}
td,th {
	font-size: small;
}
.ps {
	font-size: small;
	color: #666666;
	margin: 1em;
	background: #e3e3e3;
	padding: 5px;
}
.ALIGN-RIGHT {
	text-align: right;
}
.small-txt {
	font-size: x-small;
	color: #999999;
}
ul {
	font-size: small;
}
