#table1
table {
	border-style: hidden;
	border-width: 0px;
	background-color: transparent;
}


#table1
td, th {
	border-style: double;
	border-color: #AF8F09;
	border-width: 1px;
	font-weight: normal;
	padding-left: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: transparent;
	background-image: url(http://www.delusionalmind.com/images/burning_witch.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

th {
	padding-left: 3px;
}

#table2 td.button {
	border-style: outset;
	background-color: #300000;
}


#table2

tr:hover td, tr:hover th {
	color: #FFEF69;
	border-color: #FFEF69;
	font-weight: 300;
	background-color: #100000;
}

#table2
tr:hover td:active.button {
	border-style: inset;
	background-color: #000000;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 1px;
}

#table2
td:hover.button {
	background-color: #500000;
	border-style: outset;
}


