p { border: 1px solid #ccc;
}
hr { border-color: #ccc;
}
.left { text-align: left;
}
.right { text-align: right;
}
.center { text-align: center;
}
.justify { text-align: justify;
}
.start { text-align: start;
}
.end { text-align: end;
}
