*{
	margin: 0px;
	padding: 0px;
}
h1{
	font:bold 35px tahoma;
	text-align:center;
	color: #2619ef;
}
h2{
	font: bold 25px tahoma;
	text-align:center;
	color: #2619ef;
}
header, section, footer, aside, nav, article{
	display: block;
}
body{
	width:100%;
	display: -webkit-box;
	-webkit-box-pack: center;
	background: #fdfee2;
}
#body_wrapper{
		max-width: 1000px;
		margin: 20px 0px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-flex: 1;
}
#navigation{
	
}
#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: 25px new times roman;
}
#page_footer{
	text-align: center;
	font: 10px tahoma;
	padding: 18px;
	border-top: 3px solid #2619ef;
}
table{
    border: 3px solid #2619ef;
	width: 80%;
	text-align: center;
	/* Ensure table is centered and responsive */
/* Ensure table is centered and responsive */
    border: 3px solid #2619ef;
    width: 80%;
    margin: 20px auto; /* Centers the table */
    border-collapse: collapse;
    line-height: 35px;
    text-align: center;
}

/* Style table cells and headers */
td, th {
    padding: 10px; /* Adjust padding for better spacing */
    border: 3px solid #2619ef;
    background: #f4ffff;
	text-align: center;/
}

/* Adjust table column widths */
th:first-child, th:first-child {
    width: 15%; /* Narrower width for the 'Listen' column */
}

th:last-child, th:last-child {
    width: 15%; /* Narrower width for the 'Download' column */
}

th:nth-child(2), th:nth-child(2) {
    width: 70%; /* Wider center column for the description */
}

/* Adjust table header style */
th {
    background-color: #e0e0ff; /* Light background for headers */
    font-weight: bold;
    text-align: center;
}

/* Style the links in table */
td a {
    color: #007BFF; /* Link color */
    text-decoration: none;
}

/* Style for the 'Download' links */
td a[href$=".mp3"] {
    color: #28a745; /* Green color for download links */
}

/* Hover effect for table rows */
tbody tr:hover {
    background-color: #f0f8ff; /* Light hover effect */
}

tbody tr:hover {
    background-color: #f0f8ff; /* Light hover effect */
}

}
td{
	width: 15%;
	padding: 5px;
	border: 3px solid #2619ef;
	background: #f4ffff;
	text-align: center;
}
th{
	border: 3px solid #2619ef;
	width: auto;
	padding: 5px;
	font: tahoma;
}
img{
	width: 30px;
	height: 30px;
	padding: 20px;
}
p{
	font: 20px new times roman;
	text-align: center;
	color: black;
}
em{
	font: 15px new times roman;
	font-style: italic;
}

		

