/* sidplayer.css */

body {
  background: white;
  color: black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
}

h1 {
  font-size: 24pt;
  font-weight: bold;
}

h2 {
  font-size: 18pt;
  font-weight: bold;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
}

h4 {
  font-size: 12pt;
  font-weight: bold;
}

tr.header {
  font-weight: bold;
}

.error_message {
  color: red;
}
