button {
    border: none;
    background: #eee;
    font-size: 16px;
    height:30px;
    width:24%;
}
	
button:hover, li:hover {
    border: none; 
    background: #bbb;
}

li, ul{
    height:30px;
	font-size: 18px;
    background: black;
    color:yellow;
	line-height:30px;
	/*line-height centrage vertical text-align: center;*/
}

#myProgress {
    width: 100%;
    background-color: grey;
}
#myBar {
    width: 1%;
    height: 30px;
    background-color: yellow;
}

#div3 {
    color: green;
	background-color: coral;
}

label {
	display:block;
	font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

input {
    height:20px;
	font-size: 15px;
    letter-spacing: 1px;
}

textarea {
    display: block;
    color:yellow;
	font-size: 15px;
    letter-spacing: 1px;
    background: black;
    line-height: 1.5;
    width:95%;
	height: 80%;
	padding: 10px;
    /*border-radius: 5px;*/
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
}
