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


body, table, td, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.red {
	color: #FF0000;
}

h3{
	color: #3333FF;
}

.byline {
	font-size: 10px;
	float: right;
}

.black-box{
	border: 1px solid black;
}

a:link, a:visited{
	color: blue;
}

.artist{
	position: absolute;
	bottom: 0%;
	background-color: #333333;
	color: #ffffff;
	width: 400px;
	text-align: center;
}

.other{
	float: left;
}

.pointer{
	cursor:pointer;
}