*	{
	margin : 0;
	padding : 0;
}
body	{
	background : #ffffff;
	font-size : 10pt;
	line-height : 165%;
	color : #000000;
}
a	{
	color : #0000ff;
	text-decoration : none;
}
	a:hover	{
		color : #ff0000;
	}

div#body	{
	width : 512px;
	background : url('head.png') no-repeat 0% 0% #baac74;
	margin : 6px auto;
}

	div#head	{
		height : 160px;
	}
		h1	{
			padding : 4px;
			font : 24pt Impact;
			text-align : left;
		}

	ul#menu	{
		height : 24px;	
	}
		ul#menu li	{
			list-style-type : none;
			float : left;
			width : 50%;
			text-align : center;
		}

	div#text	{

	}
		h2	{
			background : url('h2.png') repeat-x 0% 100%;
			padding : 2px 2px 13px;
			font : bold 10pt/32px monospace;
			color : #544610;
		}
		p	{
			padding : 12px;
		}
		textarea	{
			width : 100%;
		}
		table	{
			width : 100%;
		}
			th	{
				background : #877941;
				padding : 2px;
				font : normal 10pt/20px monospace;
				color : #ffffff;
			}
			td	{
				border-bottom:1px solid #877941;
				padding : 2px;
				font : normal 10pt/20px monospace;
			}

	div#foot	{
		background : #544610;
		font : 10pt/32px monospace;
		text-align : center;
		color : #ffffff;
	}