@CHARSET "UTF-8";

/* -- undo browser HTML defaults -- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/* -- BASIC PAGE & TYPE STYLES --
______________________________________*/


body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 4px 0 0 0;
  margin: 0;
  color: #fff;
  background: #000;
}

h1 {
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	background: #c00;
	margin: -4px 0 0 0;
	font-style: italic;
}

h2 {
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}

table {
	background: #efefef;
	color: #1f1f1f;
}

tr {
	background: #cfcfcf;
}

.np {font-weight: bold;
	margin-right: 5px;}
.message {}
.artist {margin-right: 10px;}
.song {}
.historylink a:link,
.historylink a:visited,
.historylink a:active {
	color: #dfdfdf;
}

.historylink a:hover {
	color: #c00;
}

