BODY{


}
H1{
	color: normal;
	text-shadow: 3px 3px red, yellow -3px 3px 2px, 3px -3px;
}
TABLE{
	empty-cells: hide;
}
TD{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 102%;
	background-color: #4D4D4D;
	visibility: visible;
	z-index: auto;
	background-position: center;
}
