.black {
	color : #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration : none;
	text-indent : 10;
	background-color : #000000;
}
.black a:link {
	color : #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	font-weight : bold;
	text-decoration : none;
	text-indent : 10;
	background-color : #000000;
}
.black a:visited {
	color : #C0C0C0;
	font-family: Verdana;
	font-size: 8pt;
	font-weight : bold;
	text-decoration : none;
	text-indent : 10;
	background-color : #000000;
}
.black a:hover {
	color : #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	font-weight : bold;
	text-decoration : underline;
	text-indent : 10;
	background-color : #000000;
}
.white {
	color : #000000;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration : none;
	text-indent : 10;
	background-color : #FFFFFF;
}
.white a:link {
	color : #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight : bold;
	text-decoration : none;
	text-indent : 10;
	background-color : #FFFFFF;
}
.white a:visited {
	color : #C0C0C0;
	font-family: Verdana;
	font-size: 8pt;
	font-weight : bold;
	text-decoration : none;
	text-indent : 10;
	background-color : #FFFFFF;
}
.white a:hover {
	color : #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight : bold;
	text-decoration : underline;
	text-indent : 10;
	background-color : #FFFFFF;
}