h1 {
	/*
	color: white;
	background: rgba(155,155,155,1);
	*/
}
h2 {
	/*
	color: white;
	background: rgba(125,125,125,1);
	*/
}
h3 {
	/*
	color: white;
	background: rgba(105,105,105,1);
	*/
}
h4 {
	/*
	color: white;
	background: rgba(95,95,95,1);
	*/
}
h5 {
	/*
	color: white;
	background: rgba(85,85,85,1);
	*
}

pre
{
    /*font-size: 11px;*/
    margin: 0px 0px 20px 0px;
    padding: 20px 10px 10px 10px;

    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align:left;
    /*width: 440px;*/
    overflow: auto;
    overflow-y: hidden;
    border: 1px solid #999999;
    background-color: #f0f0f0;
}

/*
dd{
	font-size:13px;
	border-bottom:1px solid #fff;
}
	*/


    p,pre {
	    margin: 10px;
    }
    dt {
	    margin: 10px;
	background-color: #f0f0f0;
    }
    dd {
     }


/* php */
.phpcode {
	border: 3px solid #636363;
	background: #eeeeee;
}
/* php */
.informaltable {
	width:  80%;
}
.informaltable td, .doctable td .formaltable td, .doctable th, .formaltable th{
	width:  500px;
	border: 1px solid rgba (230, 230, 230, 1);
	background: rgba( 245, 245, 245, 1);
}

/* PHP Manual table ------------------------------------------------------- */
table.doctable, table.informaltable { 
   border: 0px; 
}
table.doctable td, table.doctable th, table.doctable caption,
table.informaltable td, table.informaltable th, table.informaltable caption { 
   padding: 5px;
   width: 300px;
}
table.doctable thead th, table.informaltable thead th { 
   background-color: #9999CC;
}
table.doctable tbody td, table.informaltable tbody td {
   background-color: #F0F0F0;
}

h1 a , h2 a, h3 a, h4 a{
	color: #eec2e3;
}
