td {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
h1 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

a:hover {
	font-family:arial;
	font-size: 12px;
	font-weight:bold;
	color: red;
	text-decoration: underline;
}
a {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: white;
	}
	
p {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

td.white {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
h1.white {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

a.white:hover {
	font-family:arial;
	font-size: 12px;
	font-weight:bold;
	color: red;
	text-decoration: underline;
}
a.white {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: white;
	}
	
p.white {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}	