td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: black;

}
h1 {  font-size: 12pt; font-weight: bold; color: #8B7C75}
h2 {
font-size: 14pt; font-weight: bold; color: #8B7C75
}

a:link { text-decoration: bold italic; color:red; }
a:active { text-decoration: bold italic; color:blue; }
a:visited { text-decoration: bold italic; color:red; }

li.first
{
margin-left: -9px;
list-style-type: square;
}

li.second
{
margin-left: 6px;
list-style-type: circle;
}