a:link {color: #FFFFFF; text-decoration: none;}      /* unvisited link */
a:visited {color:#FFFFFF; text-decoration: none;}  /* visited link */
a:hover {color:#999999; text-decoration: none;}  /* mouse over link */
a:active {color:#FFFFFF; text-decoration: none;}  /* selected link */

#nav a:link, #nav a:active, #nav a:visited {
  color: #fff;
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  vertical-align: bottom;
}

#nav a:hover {
  color: #999999;
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  vertical-align: bottom;
}

.bracket {
  color: #5E0303;
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: bottom;
}
ul.NoBullet {
  list-style-type: none;}
  
ul.NoBullet2 {
  list-style-type: none;
  margin-left: 0; 
  padding-left: 20px;}
  
p.solid { border: 2px solid color: #ffffff; }