body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
}

a {
	font-size: 10px;
	color: #E7E800;
	text-decoration: none;
	font-weight: 600;
}
a:hover {
	font-size: 10px;
	color: White;
	text-decoration: overline;
	font-weight: 600;
}

h1, .heading1 {
  font-weight: 600;
  font-size: 18px;
  font-family: verdana, sans-serif;
  padding: 2px 0px 4px 0px;
  text-transform: lowercase;
  color: #99CCFF;
}
h2, .heading2 {
  font-weight: 600;
  font-size: 16px;
  font-family: verdana, sans-serif;
  padding: 2px 0px 4px 0px;
  text-transform: lowercase;
  color: #FFCC00;
}
h3, .heading3 {
  font-weight: 600;
  font-size: 14px;
  font-family: verdana, sans-serif;
  padding: 2px 0px 4px 0px;
  text-transform: lowercase;
  color: #FF9966;
}
h4, .heading4 {
  font-weight: 600;
  font-size: 12px;
  font-family: verdana, sans-serif;
  padding: 2px 0px 4px 0px;
  text-transform: lowercase;
  color: #e3ff91;
}
h5, .heading5 {
  font-weight: 600;
  font-size: 10px;
  font-family: verdana, sans-serif;
  padding: 2px 0px 4px 0px;
  text-transform: lowercase;
  color: White;
}
h6, .heading6 {
	font-weight: 600;
	font-size: 8px;
	font-family: verdana, sans-serif;
	text-transform: uppercase;
	color: #336699;
	padding: 0px 0px 0px 0px;
}
.menu {
	font-size: 12px;
	color: #e3ff91;
	text-decoration: none;
	font-weight: 600;
}
