body
{
	font-family: Arial;
	font-size: 10pt;
}
a
{
	color: white;
	text-decoration: none;
	border-bottom: dashed 1px gray;
}

a:hover
{
	color: lightblue;
	border-bottom: dashed 1px gray;
}

img
{
	border: none;
}

th
{
	text-align:left;
}
td
{
	vertical-align:top;
}
td div
{
	margin-left: 30px;
	color: White;
	font-size: 10pt;
	padding-bottom: 8px;
}

h3
{
	color:Red;
	font-size: 12pt;
	margin-left: 30px;
	padding-top: 15px;
}
li
{
	list-style-position: inside;
	color: Red;
}
li *
{
	color:White;
}