	body {font-family:"Comic Sans MS"}
	#monitorscore{
			position	:	absolute;
			top			:	365px;
			left		:	700px;
			font-size	:	10pt;
			font-weight	:	bold;
			background-color:#ff0000;
			}
	#monitorguesses{
			position	:	absolute;
			top			:	300px;
			left		:	700px;
			font-size	:	10pt;
			font-weight	:	bold;
			background-color:#ffff00;
			}
	#gameenter{
			position	:	absolute;
			top			:	210px;
			color 		: #222255	;
			left		:	300px;
			font-size	:	20pt;
			}
	#gameend{
			position	:	absolute;
			top			:	70px;
			left		:	230px;
			color 		: 	#0000ff	;
			font-size	:	20pt;
			font-weight	:	bold;
			}
	#hiddenword	{
			position	:	absolute;
			top			:	180px;
			left		:	250px;
			width 		:	500px;
			color 		: 	#a000a0;
			font-size	:	30pt;
			font-weight	:	bold;
			}
	#guess {
			width:65px;
			}
	#letter {
			width:60px;
			}

	#guessbox	{
			position	:	absolute;
			top			:	300px;
			left		:	480px;
				}
	#left	{
			position	:	absolute;
			top			:	170px;
			left		:	20px;
			width		:	200px;
			}

   #links 	{position:absolute; top:480px; left:10px;width:100px}

	.copyright{left:700px;top:550px;}
	.content {top:50px}