@charset "iso-8859-2";
/* CSS Document */

	#content h1{
		position:relative;
		color:#b4e042;
		text-decoration:underline;
	}
	#content h1::first-letter{
		color:#90b335;
	}
	#content th{
		text-align:left;
		color:#fff;	
		background:#6e920f;
		background:-webkit-gradient(linear,left top,left bottom, from(#86b213),to(#6e920f));
		background:-moz-linear-gradient(100% 100% 90deg, #86b213, #6e920f);
	}
	#content tr{
		background:#fbfff1;
	}
	#content blockquote{
		padding:50px 50px 50px 80px;
		background:url(../site_images/id_jel.png) no-repeat;
		opacity:0.7;
		filter:alpha(opacity=70);
	}