body {
    margin-left:70px;
}
table {

    border: 1px solid black;
    width: 30%;

}
table td {
    border: 1px solid black;
    height: 50px
}

table tr td:nth-child(1) {
    text-align: left;
}
table tr td:nth-child(2) {
    text-align: center;
}
table tr td:nth-child(3) {
    text-align: right;
}


.square{
    list-style: square;
}
.number {
    list-style: -moz-ethiopic-numeric;
}
.abc{
    list-style: upper-alpha;
}
.rooma{
    list-style: upper-roman;
}
.p-mnzh p{
    margin:2px;
}
.everywhere-circle li ul{
    list-style: disc;
}
.space{
    margin-top:200px;
}
