<!DOCTYPE html>
 <title>Music</title>
 <meta charset="utf-8">
-<link rel="stylesheet" href="/music.css">
+<link rel="stylesheet" href="musicexpo.css">
 <script async defer type="application/javascript" src="player.js"></script>
 
 <div id="player"></div>
 
--- /dev/null
+html, body{
+       background-color: black;
+       color: white;
+}
+
+table, tr, td, th{
+       border-collapse: collapse;
+       text-align: center;
+       border: thin dotted white;
+       padding: 0.1em;
+}
+
+table{
+       width: 98%;
+       margin: 1%
+}
+
+a:link, a:visited{
+       color: white;
+}
+
+tbody > tr:nth-child(odd){
+       background-color: #222;
+}
+
+#player {
+       text-align: center;
+}
\ No newline at end of file