/* PHP File Tree Default Theme

	By Cory LaViska (http://abeautifulsite.net/)
	Featuring the Silk Icon Set from famfamfam (http://www.famfamfam.com/lab/icons/silk/)

*/

h3{
    color: #0000ff;
    font-size: 3rem;
    text-transform: uppercase;
    display: block;
    width: 98%;
    text-align: center;	 
    margin-top: 10px;
   // border: 15px solid 	#4876FF;	
}
h3:hover {
     color: #fff;
     background-color: green;
}
