
a     { font-size: 10px; line-height: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
p   { font-size: 10px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h1  { font-weight: 100; font-size: 9px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
/*Links */
a:link {
	color: #be4605;
	text-decoration: none;
}
  a:visited  {
	color: #be4605;
	text-decoration: none;
}
a:hover {
	color: #2298a5;
	text-decoration: none;
}
  a:active {
	color: #ff9900;
	text-decoration: none;
}

