@charset "iso-8859-1";
.bottomlink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	font-variant: normal;
	font-style: normal;
	color : #000000;

}
a.bottomlink:hover {
  color : red;
  text-decoration : none;

}
a.bottomlink:link {
  color : #333333;
  text-decoration : none;

}