body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
}
h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: x-large;

}
p {
	font-size: medium;
	color: #000000;
	font-family: "Times New Roman", Times, serif;

}
a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
li {
	font-size: 12pt;
	color: #000000;
}
