div.mycontainer {
  width:100%;
  /*overflow:auto;*/
  text-align: center;
  padding: 5px;
  line-height: 25px;
  font-weight: bold;
}
div.mycontainer div {
  width:33%;  
  float:left;
  font-size: 11px;
  text-shadow: 4px;
  font-style: italic;
  color: #8A8E7F;
}
div.mycontainer p {
  font-weight: normal;
  /*font-size: 12px;*/
  font:small-caption;
  color: #000000;
}

table.mytable{
	width:100%;
	border:1px solid black;
	border: none;
  line-height: 20px;
  border-collapse: collapse;
}
table.mytable th{
	text-align: center;
}
table.mytable td{
	text-align: center;
	font-size: 11px;

}