p {  line-height: 150%}
a {  font-weight: bold; text-decoration: none}
a:active {  color: #0000FF; font-weight: bold}
a:link {
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover {  color: #FFFFFF; background-color: #666666; font-weight: bold}
