a {
    color: #028B3D;
    text-decoration: none;
}
a:hover {
    color: black;
    text-decoration: none;
}

#footer {
	height: 150px;	
	padding:15px;
	position: fixed;
	bottom: 0px;
	width:100%;
	background-color:#ededee;
}
ul, ol {
list-style-type: none;
}
.folder {
text-transform:capitalize;
cursor:pointer;
}
