
	body {
		margin					: 0px;
		padding					: 0px;
	}

	.spell_table {
		border-spacing			: 0px;
	}
	.spell_table th {
		text-align				: left;
	}
	.spell_table th, .spell_table td {
		padding					: 3px 5px;
	}
	.spell_table tr:not(:first-child) td:nth-child(1) {
		text-align				: center;
	}
	.spell_table tr:not(:first-child) td:nth-child(2) {
		font-style				: italic;
	}
	.spell_table tr:nth-child(odd) td {
		background				: #c9ffc9;
	}
	
	.ability {
		font-variant			: small-caps;
	} 