html{
}
body
{
	padding-top: 1em;
	/*padding-left: 2em;*/
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: black;
	background-color: white;
}
a:link{ color: black; }
a:visited{ color: black; }
a:active{ color: black; }
th,td
{
	font-size: 12pt;
	padding: 1em;
}
ul {
    text-align: left;
    list-style-position: inside;
	font-size: 100%
}
my-customA
{
	font-weight: bold;
}
my-custom
{
	font-size: 100%;
}
my-custom2
{
	font-size: 80%
}