ul { 
 list-style-type:square; 
 list-style-position:outside;
}

ul li { 
 margin-left:13px;
}

div {
 line-height: 19px;
}

table tr td {
 vertical-align:top;
}
