body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #FFFFFF;

  :link { color: #FFFFFF} /* for visited links */
  :visited { color: #FF0000} /* for visited links */
  :active { color: #FF0000} /* when link is clicked */
  :hover {
	color: #FFFF00;
	text-decoration: underline;

} /* when mouse is over link */


}

.hidden {
	color: #000000;
	background: #000000;
	text-decoration: none;
}
.standout {
	text-decoration: blink;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	text-transform: uppercase;

}
.footertext {
	font-size: 12px;
	font-weight: lighter;

}
.bold {
	font-weight: bold;
}
.title {
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;


}
