* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p {
	text-align: justify;
	line-height: 1.3rem;
}

p:nth-of-type(5) {
	text-align: center;
}

footer > p {
	text-align: center;
}

a {
        text-decoration: none;
        color: #a00;
}

a:hover {
        text-decoration: underline;
        color: #6a0000;
}