p {
text-align: justify;
text-indent: 30px;
}

a {
color: green;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
