body
{
  background: black;
	color : white;
	padding : 0;
	border : none;
	height : 400;
}

.heading
{
  text-align : center;
	font-family : cursive;
	font-style : italic;
	font-size : x-large;
	font-weight : 900;
	color : red;
}

b.wh
{
  font-family : cursive;
	font-style : italic;
	font-weight : 900;
	font-size : 14;
	color : red;
}

a
{
  color : #ffcc99;
}