body{
  font-family:Arial, Helvetica, sans-serif;
}
a{
  text-decoration:none;
  color:#333333;
}
a:hover{
  text-decoration:underline;
  color:#0099FF;
}
input, select, option{
  border:1px solid #0099FF;
  background-color:#CCCCCC;
}
.page_act{
  font-weight:bold;
}
.page_std{
  font-weight:normal;
}

#nav{
  border:1px solid #333333;
  background-color:#CCCCCC;
}
.distance{
  background-color:#666666;
}
.small{
  width:60px;
}
