<style type=text/css>
A {
	color: yellow;  font-family: tahoma;
}
TD,P,table {
	color: black; font-family: tahoma; font-size: 10pt; font-weight: bold;
}
A:link {
	COLOR: yellow; font-family: tahoma;
}
A:visited {
	COLOR: #00ff00; font-family: tahoma;
}
A:hover {
	COLOR: red; font-family: tahoma;
}
A:active {
	COLOR: #D00000; font-family: tahoma;
}
body {
	color: black; font-family: tahoma; font-size: 10pt;
}
</style>