html {
	color: #57D602;
	background-color: #999999;
}

body {
	color: #57D602;
	background-color: #999999;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
}

a { color: #AAFFAA; text-decoration: none; }

a:hover {  text-decoration: underline; }
a:active { color: #00FF00; background-color: #000000;}

ul {
	margin-bottom: 2pt;
}

table {
	background-image: url(mp3achtergrond.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	border: 2px solid #333300;
	color: #57D602;
	background-color: #000000;
}

h1 {
  font-size: 1em;
  text-align: left;
}

tr {
	vertical-align: text-top;
}


.verysmall {
  font-size: 0.6em;
  font-family: Tahoma, helvetica, sans-serif;
  color: #003366;
}

.scrollable {
  overflow: auto;
  height: 428px;
  white-space: nowrap;
  scrollbar-3dlight-color: black;
  scrollbar-highlight-color: #57D602;
  scrollbar-base-color: #0B7C22;
  scrollbar-face-color: #0B7C22;
  scrollbar-track-color: #555555;
  scrollbar-darkshadow-color: black;
  scrollbar-shadow-color: #555555;
  scrollbar-arrow-color: #black;
}

li { margin-bottom: 0.5em; margin-left: -1em; }

#copyrightfloater {
  float: right;
  text-align: right;
  margin-top: 0.5em;
}

small.subtitle { font-size: 0.85em; font-style: italic; font-weight: normal;}