		HTML, BODY, SELECT, INPUT
		{
			font-face: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
		}
		
		BODY
		{
			background: #ffffff url('pix/stb.jpg') repeat;
			text-align: justify;
		}
		
		DIV.new
		{
			background-image: url('pix/new.yellow.gif');
			background-repeat: no-repeat;
			padding-left: 40px;
		}
		
		DIV#content
		{
			width: 800px;
			margin-left: auto;
			margin-right: auto;
			background-color: white;
			border: 1px solid black;
			padding: 5px 5px 5px 5px;
		}
		
		P { text-align: justify; }

		P.indent
		{
			text-indent: 20px;
		}