p {
	line-height: 140%;
	color: #666666;
	font-size: small;
}
p.half{
	line-height: 140%;
	color: #666666;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: small;

}
a:link {
	color: #990000;
	text-decoration: none;

}
a:visited {
	color: #FF6600;
	text-decoration: none;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;

}
a:active {
	color: #CC0000;
	text-decoration: underline;

}
