

body {
	background-color:FFCC99;
	color:#000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}
.nav {
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	}
	
.songlist {
	font-size:small;
	font-weight:bold;
	}
	
.songstat {
	font-size:xx-small;
	font-style:italic;
	}

.header {
	font-weight: bold;
	font-size: large;
	}
.bittext {
	font-size: x-small;
	font-style:italic;
	font-weight:bold;
	}
	
.footer {
	font-size: x-small;
	font-family: "Courier New", Courier, monospace;
	}
	
a:link {
	color:3333FF;
	}
a:active {
	color: FF0000;
	}
a:visited {
	color: 808080;
	}	

td {
	font-family: Arial, Helvetica, sans-serif;
}
.newscell {
	background-color:white;
	}
	
.headercell {
	background-color: FFFF99;
	}
	
th {
	font-family: Arial, Helvetica, sans-serif;
}

img.album {
	padding-right: 30px;
	}
	