body{background-color: #f5f4de
}

h1{
text-align: center;
border: solid;
border-color: #c0c0c0;
color: #006400}

h3{background-color:#006400;
color: #ffffff;
text-decoration:underline wavy
}

.happy{
	margin-right:20%; margin-left: 1em;
	background-color: #F58F98;
}

.sad{
	margin-right: 20%; margin-left: 1em;
	background-color: #6495ED;
}

th:first-child{background-color:#ff6347;}
th:nth-child(2){background-color:#f4a460;}
th:nth-child(3){background-color:#fa8072;}
th:nth-child(4){background-color:#e6e6fa;}
th:nth-child(5){background-color:#deb887;}
th:nth-child(6){background-color:#ffd700;}
th:nth-child(7){background-color:#4169e1;}

td:first-child{color:#ff6347;}
td:nth-child(7){color:#4169e1;}

li{list-style-image: url("zzz.png");}
li:hover{list-style-image: url("wow.png");}
li:active{list-style-image: url("smile.png");}

table, tr, td{border: 1px solid; empty-cells: show;}
