/* CSS Document */

body {background-color: black}

a.one:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #407A98;
  } 
a.one:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:     bold;
  color:            #407A98;
  } 
a.one:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      bold;
  color:            #777777;
  } 
a.one:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      bold;
  color: #777777;
  }
<!--
.style83 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #5b5e62;
}
.style87 {font-size: 11pt; font-family: Arial, Helvetica, sans-serif; color: #5b5e62; }
.style91 {font-size: 9pt; font-family: Arial, Helvetica, sans-serif; color: #5b5e62; }
.style93 {	color: #ffffff;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style102 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #5b5e62;
}
.style109 {	color: #ffcc00;
	font-size: 7pt;
	font-weight: bold;
}
.style111 {color: #000000;
	font-size: 3pt;
}
.style112 {font-weight: bold}
