@charset "utf-8";

body {
	background-image: url(images/Stars01.gif);
	font-family: Arial;

}	 
body,td,th {
	font-family: Arial;
	font-size: 12pt;
	color: #F09;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #00ffb4;
}
a:visited {
	text-decoration: none;
	color: #00ffb4;
}
a:hover {
	text-decoration: none;
	color: #b5ffe9;
}
a:active {
	text-decoration: none;
	color: #b5ffe9;
	text-align: left;
}
#small {
	font-size: 9pt;
}
.rainbow-lr {
  background: linear-gradient(to right, red, orange , yellow, green, cyan, blue, violet);
  color:transparent;
  background-clip: text;
}

