body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

p,td, th, li {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #FF0000;
	}

a:visited {
  color: #FF0000;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

h3 {
	font-size: 18px;
	font-style: bold;
}