/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
  font-family:Helvetica;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #aaa;
  color: white;
}

body{ font-family: Helvetica; font-size: 10pt; color: black }
no{  font-family: Helvetica; color:#606060; font-size: 10pt; }
bd{ font-family: Helvetica; color:#31b5d6; font-weight: bold; font-size: 10pt;}
li{  color:#606060; }

a:link {color:#A0A0A0;  font-family: Helvetica; font-size: 10pt; text-decoration:none}      /* unvisited link */
a:visited {color: #A0A0A0;  font-family: Helvetica; font-size: 10pt; text-decoration:none}  /* visited link */
a:hover {color:red;  font-family: Helvetica; font-size: 10pt; text-decoration:none}  /* mouse over link */
a:active {color:red;  font-family: Helvetica; font-size: 10pt; text-decoration:none}  /* selected link */
 
