body, table {
	font-family: Arial;
  font-size: 12px;
	color:#4b4b4b;
	
	line-height: 140%;
}

a {
	color:#E2017B;
	text-decoration:none;
}

a:hover {
	color:#e2007a;
	text-decoration:underline;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #4b4b4b;
	margin-bottom:5px;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  color: #4b4b4b;
  margin-bottom:5px;
}