body {
	margin: 0px;
	padding: 0px;
}

td, p {
	font-family: Arial;
	font-size: 14px;
	color: #F5F5F5;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
