div {
display: inline;
float: left;
width: 180px;
height: 160px;
text-align: center;
font-size: x-small;
font-family: Verdana, arial;
font-weight: bolder;
}


div input {
display: block;
margin-left: 50%;
}

p {
display:block;
float: left;
width: 100%;
}

table {
width: 100%;
}

center {
float: left;
display:block;
width:100%;
}

tr {
text-align: center;
}


img {
border-style: none
}
