BODY {
	SCROLLBAR-ARROW-COLOR: Yellow; SCROLLBAR-BASE-COLOR: Green;
	font-family : Verdana, "Arial CE", Arial, sans-serif;
}
TABLE {
	font-size: xx-small;
}
A:link {
	COLOR: Green;
    text-decoration : underline;
	font-weight : bold;
}
A:visited {
	COLOR: Teal;
	text-decoration : underline;
  	font-weight : bold;
}
A:active {
	COLOR: #FF8040;
	text-decoration : none;
	font-weight : bold;
}
A:hover {
	COLOR: #004000;
	text-decoration : none;
	font-weight : bold;
}