@charset "utf-8";
body, .normal {
  font-family: Arial, Helvetica, Sans-serif;    /* Default fonts with a fallback to a system sans-serif font if Arial is not available */
  font-size: 17px;                  /* Default font height */
  font-weight: normal;
  color: #999999;                   /* Default font color */
  background-color: #F4F4F4;          /* Centering fix for IE5 and 5.5 */
}

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

.intro {
	color: #999;
	font-size: 17px;
	font-style: normal;
	line-height: 24px;
	padding: 0 150px;
}

.hyperlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	padding-left: 150px;
}
