/*
 *	Style sheet for LH site.
 *
 *	Revision:	$Revision: 1.3 $
 *	Date:	$Date: 2011/11/13 13:47:55 $
 */
h1 {color: #333; font-size: small; font-weight: normal}
h2 {color: #333; font-size: small; font-weight: bold}
h3 {color: #333}
h4 {color: #333; margin-top:12px; margin-bottom:2px}
img {border-color: #333; background-color: #F4F4F4}
table
{
    border-collapse: collapse; /* 'cellspacing' equivalent */
	border-color:#000;
	border-style:solid;
}
table td, table th
{
    padding: 2px; /* 'cellpadding' equivalent */
}
a:link {color:#387000; font-weight:normal}      /* unvisited link */
a:visited {color:#8AB551; font-weight:normal}  /* visited link */
b {color: #FF0000; font-weight:normal}
