/* CSS Document */
#piedPage
{
  margin-left : 3px;
  width: 100%;
  height : 30px;
  background-color : red;
}

#piedPage p
{
  font-family : arial;
  font-size : 11px;
  line-height : 20px;
  text-align : center;
  color : white;
}

#piedPage p a
{
  font-family : arial;
  font-size : 11px;
  line-height : 20px;
  text-align : center;
  color : white;
text-decoration : none;
}
