body {
	font-size: x-small;
	line-height: 150%;
	color: #333333;
	background-color: #FFFFFF;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	background:#CCC; text-decoration:none;underline;
}
table {
	font-size: x-small;
	line-height: 150%;
	color: #333333;
}
hr {
	color: #333333;
	  border: 1px;
	  border-style: dotted;
}
