@charset "UTF-8";

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #999999;
	text-align: left;
	margin-left: 16px;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF00FF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}