body {
  font-family: Arial, Sans-Serif;
  color: #333;
}

tbody {
  font-size: 12px;
  font-family: Arial, Sans-Serif;
  color: #333;
}

p {
  font-size: 13px;
  font-family: Arial, Sans-Serif;
  color: #333;
}

a:link, a:hover, a:active, a:visited {
	color: #EF9410;
	text-decoration: underline;
}

a:visited {
	color: #D68105;
	text-decoration: underline;
}