<!--
font {
	font-family: "";
	font-weight: bold;
}

table {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	border-width: 12px;
	border-style: ridge;
	border-color: #666666;
	background: #ADA9FC;
}

th,td{
	color: #ffff00;
	letter-spacing: 2px;
	word-spacing: 2px;
	border: solid 3px  #666666;
	background: black;
}

      }



body{
	filter:progid:DXImageTransform.Microsoft.Gradient
	(startcolorstr='YELLOW',endcolorstr='WHITE',gradienttype='0')
	}
	
h1 {color:BLACK;
	font-family: cursive;
	font-size: 36px;
	font-weight: bold;
	text-decoration: blink;
	text-align: center;
}


h2 {color:BLACK;
	font-family: cursive;
	font-size: 20px;
	font-weight: bold;
	text-decoration: blink;
	text-align: center;
}



-->