a:link {
	color: #000000;
	text-decoration: underline;

}
a:visited {
	text-decoration: underline;
	color: #000000;

}
a:hover {
	text-decoration: none;
	color: #000000;

}
a:active {
	text-decoration: underline;
	color: #000000;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
body {
	background-repeat: repeat-y;
	margin: 0px;
	background-color: #ffffff;
}
