#head {
  background-repeat : no-repeat;
  width : 750;
  left : 0px;
  background-color : #ecfff5;
  cursor : crosshair;
}
#pindex{
  width : 750px;
  text-align : right;
  background-color : #e4e4e4;
}
#tindex{
  background-color : silver;
  position : relative;
  width : 150px;
  float : none;
  border-width : medium medium medium medium;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
}
#content{
  width : 750px;
}
A:HOVER{
  background-color : silver;
}
