@charset "UTF-8";
/* CSS Document */

Body {
	font-family: "Courier New", Courier, monospace;
}
.artistbold {
	font-size: 16pt;
	font-weight: bold;
}
.titleital {
	font-size: 14pt;
	font-style: italic;
}
.footer {
	font-size: 12px;
}
.biggens {
	font-size: 14pt;
}
a{
	text-decoration:none;
	color:#000;
	border-style:none;
}
a:visited {
	color:#333;
}
a:hover {
	color: #930;
}
img{
		border-style:none;
}