
a:active {
	color: blue;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}
a:link {
	color: black;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}
a:visited {
	color: blue;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}
a:hover {
	color: purple;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}
body {
	color: black;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}
table {
	color: black;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}

.title {
	color: white;
	font-size: 25pt;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}