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

caption{
        color:white;
        }

table {
	font-size: 17px;
	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='black',endcolorstr='purple',gradienttype='0')
	}
	
h1 {color:white;
	font-family: cursive;
	font-size: 36px;
	font-weight: bold;
	text-decoration: blink;
	text-align: center;
}

p {color:white;
}

body {
       color: white;
      }

h2 {color:white;
	font-family: cursive;
	font-size: 30px;
	font-weight: bold;
	text-decoration: blink;
	text-align: center;
}
-->