*{
	margin: 0px;
	padding: 0px;
}
h1{
	font:bold 40px tahoma;
	text-align:center;
	color: black;
	}
h2{
	font: bold 25px tahoma;
	text-align:center;
	color: black;
	}
h3{
	font: bold 20px tahoma;
	text-align:center;
	color: black;
	font-style: italic;
}
h4{
	font: bold 15px tahoma;
	text-align:center;
	color: black;
	font-style: italic;
}
header, section, footer, aside, nav, article{
	display: block;
}
body{
	width:100%;
	display: -webkit-box;
	-webkit-box-pack: center;
	
		
}
#big_wrapper{
	width: 1200px;
	margin: 40px auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
	border: 5px solid #80FFFF;
	background: #80FFFF;
	
}
#body_header{
	
}
#navigation{
	border: 0px #80FFFF;
	background:  #80FFFF;
	color:  #fca443;
}
#navigation li{
	display: inline-block;
	list-style: none;
	padding: 5px;
	font: bold 14px tahoma;
}
#new_div{
	display:-webkit-box;
	-webkit-box-orient: horizontal;
}
#main_section{
	-webkit-box-flex: 1;
	margin: 20px;
	padding: 20px;
	font: 20px new times roman;
	line-height: 30px;
}
#page_footer{
	text-align: center;
	padding: 20px;
		font: 10px times new roman;
}
table{
    border: 1px solid black;
	width: 100%;
	text-align: center;
	}

#main_section{
	background: #FFFFFF;
	border: 5px solid #80FFFF;
}
p{
	text-align: center;
	font: 23px bold times new roman;
}
img{
	text-align: center;
	width: 30px;
	height: 30px;
}
br {
    display: block;
    margin-bottom: 1px;
    font-size:1px;
    }
ul{
	padding-left:20px;	
}
th{
	text-align: center; 
	font-size: 16px;
	border: 1px sold black;
	line-height: 28px;
}

.down{
	background-color: #c4ffc4;
	font-size: 14px;
	width: 50px
	}
.listen{
	background-color: #ffff91;
	font-size: 14px;
	padding-left: 10px;
	padding-right:10px;
	width: 50px;
}
