
	body	 { 
		background: -webkit-linear-gradient(135deg, #bc6f00, #ffed64, #bc6f00);
		color:#000000;
	}
	a		 { color:#0000dd;}
	.pict	 { text-align:center;}
	h2		 { 
		background-color: #000000; 
		color:#ffed64 ; 
		padding : 1.0em;
	}
	h3		 { 
		color:#000000 ; 
		text-align:left; 
		padding : 0.5em;
		border-bottom: solid 2px #011128;
	}
	.main h3:before {
		content:""; 
		display: inline-block;
		width: 1em;
		height: 1em;
		background: -webkit-linear-gradient(90deg, #bc6f00, #ffed64, #bc6f00);
		border:solid 1px #000000;
		margin:0 0.25em 0;
		border-radius: 0.2em;
	}
	h4	{
		color:#000000 ;
 	   border-bottom: solid 2px #bc6f00;
	}
	h4:before {
		content:""; 
  	  display: inline-block;
		width: 0.5em;
		height: 0.5em;
		background: #bc6f00;
		margin:0 0.25em 0;
	}

	ol		 { text-align:left;}
	