#spell_table
{
	width: 	100%;
	text-align: left;
}
#spell_table th
{
	text-decoration: underline;
}
#spell_table th
{
	background-color:	#1CAFFF;
	border: 1px solid;
	
	
}
#spell_table th:hover
{
	background-color:	#A8E1FF;
	cursor: pointer;
	
}