.heading {
	font-family: Lucida Sans;
	font-size: 20pt;
	color: black;
}

td.thumb {
	padding-top: 3;
	padding-left: 3;
	padding-bottom: 0;
	padding-right: 3;
}

td..info {
	font-family: Arial;
	font-size: 8pt;
	padding-top: 5;
	padding-left: 10;
	padding-bottom: 5;
	padding-right: 10;
}

div.comments {
	font-size: 9pt;
	font-weight: bold;
}

a.page { 
	font-family: Arial; 
	color: #4242FF; 
	font-size: 9pt; 
	text-decoration: underline;
}

a.page:visited { 
	color: #4242FF; 
	text-decoration: underline;
}

a.page:active { 
	color: #FF4040; 
	text-decoration: underline overline;
}

a.page:hover { 
	color: #FF4040; 
	text-decoration: underline overline;
}


