body {
  color: #333;
  background: #DDD;
}
a {
  color: #38f;
  text-decoration: none
}
a:hover {
  color: deeppink;
}
#container {
}
#descDiv {
  border: 1px solid #AAA;
  background: white;
  color: #555;
}
#header .Pcover {
  border: 1px solid #AAA;
}
#header .Ptext {
}
#friendListDiv ol li{height:160px;}
#friendListDiv ol li a {
  border: 1px solid #AAA;
}
#friendListDiv ol li a:hover {
  border: 1px solid deeppink;
}
#friendListDiv ol li a span.font_id {
  color: #888;
}
*html #friendListDiv ol li p{left:0;padding-bottom:8px}