body {
	font-family: Arial;
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

table {
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

a:link {
	font-family: Arial;
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	color: #ff0000;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

