html {
  -webkit-text-size-adjust: none;
}
body,td {
  font-family:arial;
  font-size:14px;
}
a {
  color:blue;
}
.noul {
  text-decoration:none;
  color:blue;
}
.menuitem {
  text-align:center;
  font-size:12px;
  filter: grayscale(80%);
  width:110px;
  cursor:pointer;
  padding:5 10 5 10;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  white-space: nowrap;
}
.menuitem:hover {
  filter: grayscale(0%);
  color:#0000FF;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.menuimages {
  width:64px;
  height:64px;
  border:0px;
}
.tit1 {
  display: inline-block;
  color:#ffffff;
  background-color:#000000;
  width:200px; height:16px;
  position:relative;
  top:-10;left:-5;
  padding:2 5 2 10;
}
.lns {
  position:relative;
  top:-5;left:-5;
}
.shadow {
  box-shadow: 3px 3px 5px #a0a0a0; 
}
.pl1 {
  background-color:#f5f5f5;
  height:200px;
  vertical-align:top;
}