h1, h2 {
	color: maroon;
	letter-spacing: 0.7em;
	word-spacing: 5px;
	line-height: 110%; /*set space between lines*/
}

h1 {
	text-indent: 50px;
}

a {
	text-decoration: none;
	color: maroon;
	font-weight: bold;
}

.imply {
	text-decoration: line-through;
}

form, h2 {
	 text-align: center;
}

.skullcall {
	margin-left: 40px;
	padding:5px;
	border-style: inset;
	border-width: 7px;
	border-color: #662B1F;
}

form {
	border-style: double;
	border-width: 10px;
	border-color: #662B1F;
}

table {
	margin-bottom: 40px;
}
