<style>

td	{
	text-align:center;
	vertical-align:center;
	}

#h1	{
	padding:5px;
	border: 4px red outset;
	background: #FA9;
	color: #F30;
	font-size: large;
	font-weight: bold;
	font-family: "comic sans ms";
	width: 350px;
	}

#h2	{
	color: #AAF;
	background: #33F;
	font-size: small;
	float:right;
	padding:5px;
	}

body	{
	text-align:center;
	background: #A93;
	color: #F30;
	}

</style>

