body {
	background: url("imgs/mioubak.gif");
}

p {
	color: white;
}

a {
	color : gold;
}

h1 {
	color: white;
	text-shadow: 2px 2px 2px white;
}

table {
	border: 1px solid black;
	padding: 0px;
}

th {
	background-color: teal;
	color: white;
	padding: 2px;
}

td {
	border: 1px solid black;
	background-color: white;
}

.playbutton {
	padding : 7px;
}

.filename {
	text-align: center;
	font-weight: bold;
	padding: 7px;
}

.date {
	text-align: center;
	font-weight: bold;
	padding: 7px;
	width: 100px;
}