/* CSS Document */

/* gray */
A{
  color : #666666;
}
A:HOVER{
  color : #CCCCCC;
}
.button{
  border : 1px solid #666666;
  background-color : #FFFFFF;
  color : #666666;
  font-family : Verdana;
}
.btn_link{
  color : #666666;
  text-decoration : none;
}
.btn_link:HOVER{
  color : #FFFFFF;
  text-decoration : none;
}
#about{
  padding : 2px;
  font-size : 9pt;
  color : #666666;
}
.about{
  color : #666666;
  text-decoration : none;
}
.about:HOVER{
  color : #CCCCCC;
  text-decoration : underline;
}
