<style type=text/css>	.spanstyle
	{
		-color: rgb(105,139,105);
		color: rgb(193,255,193);
		font-family: Comic Sans MS;
		font-size: 12pt;
		font-weight: bold;
		position: absolute;
		top: -50px;
		visibility: visible;
	}

	body
	{
		overflow-x: hidden;
		overfolw-y: scroll;
		width: 100%;
		background-color : rgb(0,0,128);
	}

	h1{
		color: rgb(0,0,128);
		font-size: 14pt;
		font-weight: bold;
	}
	
	td
	{
		color: rgb(0,245,255);
		font-family: Comic Sans MS;
		font-size: 12pt;
		font-weight: normal;
	}

	
	td.middle
	{
		background-color: rgb(24,116,205);
		font-family: Comic Sans MS;
		font-size: 12pt;
		font-weight: normal;
	}

	td.light
	{
		background-color: rgb(30,144,255);
		font-family: Comic Sans MS;
		font-size: 12pt;
		font-weight: normal;
	}

	td.dark
	{
		background-color: rgb(16,78,139);
		font-family: Comic Sans MS;
		font-size: 12pt;
		font-weight: normal;
	}

</style>
