A:link {
	TEXT-DECORATION: none;
	color: blue;
	}
A:visited  {
	color: blue;
	text-decoration: none
	}
A:hover {
	TEXT-DECORATION: underline;
	color: red;
}
body {
	font-family: Tahoma;
	font-size: 8 pt
}
table {
	font-family: Tahoma;
	font-size: 8 pt
}
