body {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 150%;
	text-align: justify;
	text-justify: inter-word;
	color: purple;
	background-color: #d8da3d;
	padding: 0 10px 0 10px;
}

h1 {
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: center;
	color: blue;
}

hr {
	height: 2px;
	color: #000000;
	background-color: #000000;
	width: 80%;
	text-align: center;
}
table, tr, td {
	border: 0px;
}

.styled {
	border: 0;
	line-height: 2.5;
	padding: 0 20px;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	border-radius: 10px;
	background-color: rgba(220, 0, 0, 1);
	background-image: linear-gradient(to top left,
									  rgba(0, 0, 0, .2),
									  rgba(0, 0, 0, .2) 30%,
									  rgba(0, 0, 0, 0));
	box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
				inset -2px -2px 3px rgba(0, 0, 0, .6);
}
	
.styled:hover {
	background-color: rgba(255, 0, 0, 1);
}
	
.styled:active {
	box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
				inset 2px 2px 3px rgba(0, 0, 0, .6);
}
